Minor updates and change version number for V7.5.0 release.
diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/CLI-commands.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/CLI-commands.c
index 9bc81d6..43158e9 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/CLI-commands.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

  /******************************************************************************

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.c
index ae6777a..ebec113 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.h b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.h
index 930d3fc..e282acb 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.h
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef TWO_ECHO_CLIENTS_H

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.c
index 719e3e6..0acbc50 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.h b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.h
index 1d8757b..ea59ed2 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.h
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/CLI-commands.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/CLI-commands.c
index 38274b3..0b33393 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/CLI-commands.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h
index e6efafb..730905f 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/Run-time-stats-utils.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/Run-time-stats-utils.c
index cedf565..4b1631a 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/Run-time-stats-utils.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/Run-time-stats-utils.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/UDPCommandServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/UDPCommandServer.c
index e469f33..69b909b 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/UDPCommandServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/UDPCommandServer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #pragma comment( lib, "ws2_32.lib" )

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/main.c
index e6d919d..05c64d8 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h
index d5a620c..de2cb2f 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c
index 5b30597..f37f7c2 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #pragma comment( lib, "ws2_32.lib" )

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c
index 6c79a82..4a9cbe5 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #pragma comment( lib, "ws2_32.lib" )

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c
index 9f09397..f1200d6 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c
index 9bc81d6..43158e9 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

  /******************************************************************************

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h
index 02d19b6..3b199c7 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef CDC_COMMAND_CONSOLE_H

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h
index 930d3fc..e282acb 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef TWO_ECHO_CLIENTS_H

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
index ddef22e..c311b9c 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c
index 2f155f6..82fb1cc 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Simple LED IO functions.  LED 0 is toggled by a timer every half second. */

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c
index 737552f..4c914d4 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c
index ee2446f..0b4043f 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c
index 3b92c6b..ed21e72 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c
index 4154e29..1d3f3ef 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c
index 2cb674a..8532c54 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h
index 0639d5b..d7593b2 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SELECT_SERVER_H

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h
index d8be096..ee96aff 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SIMPLE_CLIENT_AND_SERVER_H

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h
index 5b27c04..b04f007 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef UDP_COMMAND_INTERPRETER_H

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
index d942a70..1b23876 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c
index e97051e..ded3cdc 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c
index 41b648b..814c902 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* WinPCap includes. */

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h
index c4138e8..78c6d58 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef NET_IF_H

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c
index bd0704e..1306883 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index 6c3e28f..a7309fe 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index 861a6c6..ee2b19b 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
index 028f87d..b1e3605 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index b7c86a3..6c4d7ba 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

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

-     *                                                                       *

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

+     *    Thank you!                                                         *

      *                                                                       *

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

 

-

     This file is part of the FreeRTOS distribution.

 

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

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

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

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

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

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

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

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

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

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

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

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

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

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

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

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index 597764e..44e469f 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

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

      *                                                                       *

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

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

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

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

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

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

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

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

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index 2b84268..ed335a9 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index f8de3c6..c47f78d 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index 11cccce..6157255 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
index 411ad5c..2b9400b 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index f32d187..c3c69d9 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 2b6d970..89ef42c 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
index cb0c2c2..20612bd 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index b9eaeb3..fa1c4ce 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index e25ec71..419663a 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef USB_DEMO_H

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
index 5d2574b..344c921 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
index aaa8e27..726e2bc 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
index 36a95f8..57f7280 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
index 7a75788..1499f32 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
index 259accf..362ff60 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SAM_7_EMAC_H

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
index 530c2ed..c6b077b 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef UIP_TASK_H

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index 4fc1144..d53a937 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index 0734cad..45334c8 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
index 2627817..d54d5d8 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
index 1f7c48e..45a7012 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index 8966e67..db4283c 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index 8233c36..ddf27a9 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index 03881fb..2fabd0d 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
index 87022b6..b396ef1 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
index 36ee366..3c87b26 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index fd47d79..117d448 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index d6996b3..b069a94 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index 1f6c324..c756cc7 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index 3f01c75..1cbd9d6 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index dd3c684..5821267 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
index 9f94a9b..61664c4 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
index 929baf4..81ff643 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 #include "FreeRTOS.h"

 #include "semphr.h"

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 1283f58..76acd73 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index ca82adf..6ee8d77 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS.org includes. */

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index a5e2272..81a638b 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 583c1c1..18f00e5 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index 2b92a0e..5463fad 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 335a97c..55eb94f 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS.org includes. */

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
index 33f36bb..14127ab 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Environment includes. */

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index 07c1d06..f3641c7 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index 4f15ad4..d32a1af 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 3493301..065c92e 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Library includes. */

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
index 4f332c0..f7c10cf 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
index 1bf9755..dbd5df7 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index 2b1a1c4..ce575d9 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index c427fbf..2b509e2 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Library includes. */

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
index 97e958a..619c850 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
index c674c76..f916ee5 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index e3bc387..a7c345f 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index f43cb4a..8164eb0 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index c427fbf..2b509e2 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Library includes. */

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
index d16c16d..1898bb7 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
index 5f9202c..c6eb4ce 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index 86689c6..0c57534 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 02ec333..0f63196 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
index 30e73b3..513353a 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index 60921a0..71f0846 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index 2697fe0..5cc87f0 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index 4ec3466..c1d3019 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Library includes. */

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
index feb0633..1d38f17 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef BASIC_WEB_SERVER_H

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index 8420b3d..4eae071 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,49 +1,38 @@
 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -56,21 +45,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
index b878c37..838d7f5 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
index ff722a0..c568ae2 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 31e2698..1ad0299 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/AVR32_UC3/main.c b/FreeRTOS/Demo/AVR32_UC3/main.c
index 94a1ca1..5dfb6a2 100644
--- a/FreeRTOS/Demo/AVR32_UC3/main.c
+++ b/FreeRTOS/Demo/AVR32_UC3/main.c
@@ -30,50 +30,39 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -86,21 +75,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index b2d3111..368d930 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index fcbe066..2555522 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
index 283a5b9..29f5935 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
index a23ce9a..81922e1 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
index f64b15b..6c62c36 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef REG_TEST_H

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
index 770d03a..a636d06 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index b47bee3..39fa957 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index 0c5a775..cf8f5dc 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
index aff5b3b..5ececf1 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
index 895cdd5..b41c86e 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
index f64b15b..6c62c36 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef REG_TEST_H

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index aaf58ee..8971b97 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
index 5c2e461..db4b7d0 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
index c931667..9e63251 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
index c29c598..78e29c4 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
index 51d333e..c38764c 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
index fd34c18..24dab34 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
index 96b0c8d..9e32f35 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
index c931667..9e63251 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
index c29c598..78e29c4 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
index 51d333e..c38764c 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
index fd34c18..24dab34 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Blinky-Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Blinky-Demo/main_blinky.c
index 2ab59fe..dff9e1b 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Blinky-Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Blinky-Demo/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h
index 79e5335..2000b50 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOS_tick_config.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOS_tick_config.c
index aca9378..a837211 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOS_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOS_tick_config.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.h b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.h
index 8ea292f..a027909 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.h
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef UART_COMMAND_CONSOLE_H

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/main_full.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/main_full.c
index 5f345cc..d0c0ce0 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/serial.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/serial.c
index e118884..846341c 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/serial.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/LEDs.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/LEDs.c
index a697f2d..73c5875 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/LEDs.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/main.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/main.c
index 9af1e1c..e185176 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index 1a4a70a..c6f177d 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index af059a8..fc12a89 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index f9d2feb..162e00d 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef LCD_MESSAGE_H

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index f27562c..bb9214a 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index 33229a3..dfd1153 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/comtest.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/comtest.c
index beee72c..b7aa3d4 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/comtest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/comtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
index 4d3684e..1c44876 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SERIAL_COMMS_H

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
index 7bf64f0..0a28f58 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
index d7005b6..6e971be 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
index 6c8645a..5abaddc 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_blinky.c
index 471182a..75aaba5 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_full.c
index a487119..b638303 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
index 694bf95..2e6c0ca 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/comtest.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/comtest.c
index beee72c..b7aa3d4 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/comtest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/comtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
index 4d3684e..1c44876 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SERIAL_COMMS_H

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
index 7bf64f0..0a28f58 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
index d7005b6..6e971be 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
index 6c8645a..5abaddc 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
index 471182a..75aaba5 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
index a487119..b638303 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
index 2fc6e74..96ded8f 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
index 0e5de4d..3a8d90d 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
index 58ee8a5..d01bdcd 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
index fb76f70..d3f294b 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H_

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
index efadda5..0c6e5bf 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
index fcde8df..aaf0bd5 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
index 2d25692..a0d066c 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
index f4facae..930f828 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
index 0e5de4d..3a8d90d 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
index 58ee8a5..d01bdcd 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
index fb76f70..d3f294b 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H_

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
index efadda5..0c6e5bf 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
index fcde8df..aaf0bd5 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
index 2d25692..a0d066c 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
index f4facae..930f828 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
index 0e5de4d..3a8d90d 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
index 58ee8a5..d01bdcd 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
index fb76f70..d3f294b 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H_

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
index efadda5..0c6e5bf 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
index fcde8df..aaf0bd5 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
index 2d25692..a0d066c 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
index f4facae..930f828 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <device.h>

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
index 69bf9c7..a91bdf4 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
index ccd1e11..4834d2b 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
index 2e88b79..5de0126 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
index 528eb38..5b39da3 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
index 6a87d69..04fa750 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef LEDTEST_H

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
index 2ebff1a..0b2eb73 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
index 5a50d64..79dc204 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
index 787bdaf..640343f 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
index 446dff7..65c40d8 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
index aedca41..34667a0 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
index c892df2..2172f0d 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
index d2c7409..90e1cad 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Freescale includes. */

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
index 7beb425..3df8a0b 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FR_EMAC_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 511e8a8..e739b7f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index 74515b9..321a1ef 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index 0735706..0ef1539 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 237b7cc..e92a2f0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index ff634f2..c946ba5 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index 540aa2e..dffffae 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
index 74515b9..321a1ef 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
deleted file mode 100644
index 511e8a8..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
+++ /dev/null
@@ -1,120 +0,0 @@
-/*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

-

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

-

-    This file is part of the FreeRTOS distribution.

-

-    FreeRTOS is free software; you can redistribute it and/or modify it under

-    the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

-

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

-    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

-

-    1 tab == 4 spaces!

-

-    ***************************************************************************

-     *                                                                       *

-     *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

-     *                                                                       *

-     *    http://www.FreeRTOS.org/FAQHelp.html                               *

-     *                                                                       *

-    ***************************************************************************

-

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

-    license and Real Time Engineers Ltd. contact details.

-

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

-

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

-    mission critical applications that require provable dependability.

-*/

-

-#ifndef FREERTOS_CONFIG_H

-#define FREERTOS_CONFIG_H

-

-/*-----------------------------------------------------------

- * Application specific definitions.

- *

- * These definitions should be adjusted for your particular hardware and

- * application requirements.

- *

- * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE

- * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE. 

- *

- * See http://www.freertos.org/a00110.html.

- *----------------------------------------------------------*/

-

-#define configUSE_PREEMPTION		1

-#define configUSE_IDLE_HOOK			1

-#define configUSE_TICK_HOOK			0

-#define configCPU_CLOCK_HZ			( ( unsigned long ) 20000000 )

-#define configTICK_RATE_HZ			( ( portTickType ) 1000 )

-#define configMINIMAL_STACK_SIZE	( ( unsigned short ) 59 )

-#define configTOTAL_HEAP_SIZE		( ( size_t ) ( 1468 ) )

-#define configMAX_TASK_NAME_LEN		( 3 )

-#define configUSE_TRACE_FACILITY	0

-#define configUSE_16_BIT_TICKS		0

-#define configIDLE_SHOULD_YIELD		0

-#define configUSE_CO_ROUTINES 		1

-

-#define configMAX_PRIORITIES		( ( unsigned portBASE_TYPE ) 2 )

-#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )

-

-/* Set the following definitions to 1 to include the API function, or zero

-to exclude the API function. */

-

-#define INCLUDE_vTaskPrioritySet		0

-#define INCLUDE_uxTaskPriorityGet		0

-#define INCLUDE_vTaskDelete				0

-#define INCLUDE_vTaskCleanUpResources	0

-#define INCLUDE_vTaskSuspend			0

-#define INCLUDE_vTaskDelayUntil			0

-#define INCLUDE_vTaskDelay				1

-

-

-

-

-#endif /* FREERTOS_CONFIG_H */

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
deleted file mode 100644
index 97c8118..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
+++ /dev/null
@@ -1,638 +0,0 @@
-/*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

-

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

-

-    This file is part of the FreeRTOS distribution.

-

-    FreeRTOS is free software; you can redistribute it and/or modify it under

-    the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

-

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

-    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

-

-    1 tab == 4 spaces!

-

-    ***************************************************************************

-     *                                                                       *

-     *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

-     *                                                                       *

-     *    http://www.FreeRTOS.org/FAQHelp.html                               *

-     *                                                                       *

-    ***************************************************************************

-

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

-    license and Real Time Engineers Ltd. contact details.

-

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

-

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

-    mission critical applications that require provable dependability.

-*/

-

-/* 

- * This demo application creates six co-routines and two tasks (three including 

- * the idle task).  The co-routines execute as part of the idle task hook.

- *

- * Five of the created co-routines are the standard 'co-routine flash' 

- * co-routines contained within the Demo/Common/Minimal/crflash.c file and 

- * documented on the FreeRTOS.org WEB site.  

- *

- * The 'LCD Task' rotates a string on the LCD, delaying between each character

- * as necessitated by the slow interface, and delaying between each string just

- * long enough to enable the text to be read.

- *

- * The sixth co-routine and final task control the transmission and reception

- * of a string to UART 0.  The co-routine periodically sends the first 

- * character of the string to the UART, with the UART's TxEnd interrupt being

- * used to transmit the remaining characters.  The UART's RxEnd interrupt 

- * receives the characters and places them on a queue to be processed by the 

- * 'COMs Rx' task.  An error is latched should an unexpected character be 

- * received, or any character be received out of sequence.  

- *

- * A loopback connector is required to ensure that each character transmitted 

- * on the UART is also received on the same UART.  For test purposes the UART

- * FIFO's are not utalised in order to maximise the interrupt overhead.  Also

- * a pseudo random interval is used between the start of each transmission in 

- * order that the resultant interrupts are more randomly distributed and 

- * therefore more likely to highlight any problems.

- *

- * The flash co-routines control LED's zero to four.  LED five is toggled each

- * time the string is transmitted on the UART.  LED six is toggled each time

- * the string is CORRECTLY received on the UART.  LED seven is latched on should

- * an error be detected in any task or co-routine.

- *

- * In addition the idle task makes repetative calls to 

- * prvSetAndCheckRegisters().  This simply loads the general purpose registers 

- * with a known value, then checks each register to ensure the held value is 

- * still correct.  As a low priority task this checking routine is likely to 

- * get repeatedly swapped in and out.  A register being found to contain an 

- * incorrect value is therefore indicative of an error in the task switching 

- * mechansim.

- *

- */

-

-/* Scheduler include files. */

-#include "FreeRTOS.h"

-#include "task.h"

-#include "queue.h"

-#include "croutine.h"

-

-/* Demo application include files. */

-#include "partest.h"

-#include "crflash.h"

-

-/* Library include files. */

-#include "LM3Sxxx.h"

-#include "pdc.h"

-

-/* The time to delay between writing each character to the LCD. */

-#define mainCHAR_WRITE_DELAY		( 2 / portTICK_RATE_MS )

-

-/* The time to delay between writing each string to the LCD. */

-#define mainSTRING_WRITE_DELAY		( 400 / portTICK_RATE_MS )

-

-/* The number of flash co-routines to create. */

-#define mainNUM_FLASH_CO_ROUTINES	( 5 )

-

-/* The length of the queue used to pass received characters to the Comms Rx

-task. */

-#define mainRX_QUEUE_LEN			( 5 )

-

-/* The priority of the co-routine used to initiate the transmission of the 

-string on UART 0. */

-#define mainTX_CO_ROUTINE_PRIORITY	( 1 )

-

-/* Only one co-routine is created so its index is not important. */

-#define mainTX_CO_ROUTINE_INDEX		( 0 )

-

-/* The time between transmissions of the string on UART 0.   This is pseudo

-random in order to generate a bit or randomness to when the interrupts occur.*/

-#define mainMIN_TX_DELAY			( 40 / portTICK_RATE_MS )

-#define mainMAX_TX_DELAY			( ( portTickType ) 0x7f )

-#define mainOFFSET_TIME				( ( portTickType ) 3 )

-

-/* The time the Comms Rx task should wait to receive a character.  This should

-be slightly longer than the time between transmissions.  If we do not receive

-a character after this time then there must be an error in the transmission or

-the timing of the transmission. */

-#define mainCOMMS_RX_DELAY			( mainMAX_TX_DELAY + 20 )

-

-/* The task priorites. */

-#define mainLCD_TASK_PRIORITY		( tskIDLE_PRIORITY )

-#define mainCOMMS_RX_TASK_PRIORITY	( tskIDLE_PRIORITY + 1 )

-

-/* The LED's toggled by the various tasks. */

-#define mainCOMMS_FAIL_LED			( 7 )

-#define mainCOMMS_RX_LED			( 6 )

-#define mainCOMMS_TX_LED			( 5 )

-

-/* The baud rate used by the UART comms tasks/co-routine. */

-#define mainBAUD_RATE				( 57600 )

-

-/* FIFO setting for the UART.  The FIFO is not used to create a better test. */

-#define mainFIFO_SET				( 0x10 )

-

-/* The string that is transmitted on the UART contains sequentially the 

-characters from mainFIRST_TX_CHAR to mainLAST_TX_CHAR. */

-#define mainFIRST_TX_CHAR '0'

-#define mainLAST_TX_CHAR 'z'

-

-/* Just used to walk through the program memory in order that some random data

-can be generated. */

-#define mainTOTAL_PROGRAM_MEMORY ( ( unsigned long * ) ( 8 * 1024 ) )

-#define mainFIRST_PROGRAM_BYTES ( ( unsigned long * ) 4 )

-

-/*-----------------------------------------------------------*/

-

-/*

- * The task that rotates text on the LCD.

- */

-static void vLCDTask( void * pvParameters );

-

-/*

- * The task that receives the characters from UART 0.

- */

-static void vCommsRxTask( void * pvParameters );

-

-/*

- * The co-routine that periodically initiates the transmission of the string on

- * the UART.

- */

-static void vSerialTxCoRoutine( xCoRoutineHandle xHandle, unsigned portBASE_TYPE uxIndex );

-

-/* 

- * Writes a string the the LCD.

- */

-static void prvWriteString( const char *pcString );

-

-/*

- * Initialisation routine for the UART.

- */

-static void vSerialInit( void );

-

-/*

- * Thread safe write to the PDC.

- */

-static void prvPDCWrite( char cAddress, char cData );

-

-/*

- * Function to simply set a known value into the general purpose registers

- * then read them back to ensure they remain set correctly.  An incorrect value

- * being indicative of an error in the task switching mechanism.

- */

-void prvSetAndCheckRegisters( void );

-

-/*

- * Latch the LED that indicates that an error has occurred. 

- */

-void vSetErrorLED( void );

-

-/*

- * Sets up the PLL and ports used by the demo.

- */

-static void prvSetupHardware( void );

-

-/*-----------------------------------------------------------*/

-

-/* Error flag set to pdFAIL if an error is encountered in the tasks/co-routines

-defined within this file. */

-unsigned portBASE_TYPE uxErrorStatus = pdPASS;

-

-/* The next character to transmit. */

-static char cNextChar;

-

-/* The queue used to transmit characters from the interrupt to the Comms Rx

-task. */

-static xQueueHandle xCommsQueue;

-

-/*-----------------------------------------------------------*/

-

-int main( void )

-{

-	/* Create the queue used to communicate between the UART ISR and the Comms

-	Rx task. */

-	xCommsQueue = xQueueCreate( mainRX_QUEUE_LEN, sizeof( char ) );

-

-	/* Setup the ports used by the demo and the clock. */

-	prvSetupHardware();

-

-	/* Create the co-routines that flash the LED's. */

-	vStartFlashCoRoutines( mainNUM_FLASH_CO_ROUTINES );

-

-	/* Create the co-routine that initiates the transmission of characters

-	on the UART. */

-	xCoRoutineCreate( vSerialTxCoRoutine, mainTX_CO_ROUTINE_PRIORITY, mainTX_CO_ROUTINE_INDEX );

-

-	/* Create the LCD and Comms Rx tasks. */

-	xTaskCreate( vLCDTask, "LCD", configMINIMAL_STACK_SIZE, NULL, mainLCD_TASK_PRIORITY, NULL );

-	xTaskCreate( vCommsRxTask, "CMS", configMINIMAL_STACK_SIZE, NULL, mainCOMMS_RX_TASK_PRIORITY, NULL );

-

-	/* Start the scheduler running the tasks and co-routines just created. */

-	vTaskStartScheduler();

-

-	/* Should not get here unless we did not have enough memory to start the

-	scheduler. */

-	for( ;; );

-}

-/*-----------------------------------------------------------*/

-

-static void prvSetupHardware( void )

-{

-	/* Setup the PLL. */

-	SysCtlClockSet( SYSCTL_SYSDIV_10 | SYSCTL_USE_PLL | SYSCTL_OSC_MAIN | SYSCTL_XTAL_6MHZ );

-

-	/* Initialise the hardware used to talk to the LCD, LED's and UART. */

-	PDCInit();

-	vParTestInitialise();

-	vSerialInit();

-}

-/*-----------------------------------------------------------*/

-

-void vApplicationIdleHook( void )

-{

-	/* The co-routines are executed in the idle task using the idle task 

-	hook. */

-	for( ;; )

-	{

-		/* Schedule the co-routines. */

-		vCoRoutineSchedule();

-

-		/* Run the register check function between each co-routine. */

-		prvSetAndCheckRegisters();

-	}

-}

-/*-----------------------------------------------------------*/

-

-static void prvWriteString( const char *pcString )

-{

-	/* Write pcString to the LED, pausing between each character. */

-	prvPDCWrite(PDC_LCD_CSR, LCD_CLEAR);        

-	while( *pcString )

-	{

-		vTaskDelay( mainCHAR_WRITE_DELAY );

-		prvPDCWrite( PDC_LCD_RAM, *pcString );

-		pcString++;

-	}

-}

-/*-----------------------------------------------------------*/

-

-void vLCDTask( void * pvParameters )

-{

-unsigned portBASE_TYPE uxIndex;

-const unsigned char ucCFGData[] = {	

-											0x30,   /* Set data bus to 8-bits. */

-											0x30,

-											0x30,

-											0x3C,   /* Number of lines/font. */

-											0x08,   /* Display off. */

-											0x01,   /* Display clear. */

-											0x06,   /* Entry mode [cursor dir][shift]. */

-											0x0C	/* Display on [display on][curson on][blinking on]. */

-									  };  

-

-/* The strings that are written to the LCD. */

-const char *pcStringsToDisplay[] = {										

-											"Stellaris",

-											"Demo",

-											"One",

-											"www.FreeRTOS.org",

-											""

-									   };

-

-	/* Configure the LCD. */

-	uxIndex = 0;

-	while( uxIndex < sizeof( ucCFGData ) )

-	{

-		prvPDCWrite( PDC_LCD_CSR, ucCFGData[ uxIndex ] );

-		uxIndex++;

-		vTaskDelay( mainCHAR_WRITE_DELAY );

-	}

-

-	/* Turn the LCD Backlight on. */

-	prvPDCWrite( PDC_CSR, 0x01 );

-

-	/* Clear display. */

-	vTaskDelay( mainCHAR_WRITE_DELAY );

-	prvPDCWrite( PDC_LCD_CSR, LCD_CLEAR ); 

-

-	uxIndex = 0;

-	for( ;; )    

-	{

-		/* Display the string on the LCD. */

-		prvWriteString( pcStringsToDisplay[ uxIndex ] );

-		

-		/* Move on to the next string - wrapping if necessary. */

-		uxIndex++;

-		if( *( pcStringsToDisplay[ uxIndex ] ) == 0x00 )

-		{

-			uxIndex = 0;

-			/* Longer pause on the last string to be sent. */

-			vTaskDelay( mainSTRING_WRITE_DELAY * 2 );

-		}

-

-		/* Wait until it is time to move onto the next string. */

-		vTaskDelay( mainSTRING_WRITE_DELAY );

-	}

-}

-/*-----------------------------------------------------------*/

-

-static void vCommsRxTask( void * pvParameters )

-{

-static char cRxedChar, cExpectedChar;

-

-	/* Set the char we expect to receive to the start of the string. */

-	cExpectedChar = mainFIRST_TX_CHAR;

-

-	for( ;; )

-	{

-		/* Wait for a character to be received. */

-		xQueueReceive( xCommsQueue, ( void * ) &cRxedChar, mainCOMMS_RX_DELAY );

-

-		/* Was the character recived (if any) the expected character. */

-		if( cRxedChar != cExpectedChar )

-		{

-			/* Got an unexpected character.  This can sometimes occur when

-			reseting the system using the debugger leaving characters already

-			in the UART regsters. */

-			uxErrorStatus = pdFAIL;

-

-			/* Resync by waiting for the end of the current string. */

-			while( cRxedChar != mainLAST_TX_CHAR )

-			{

-				while( !xQueueReceive( xCommsQueue, ( void * ) &cRxedChar, portMAX_DELAY ) );

-			}

-

-			/* The next expected character is the start of the string again. */

-			cExpectedChar = mainFIRST_TX_CHAR;

-		}

-		else

-		{

-			if( cExpectedChar == mainLAST_TX_CHAR )

-			{

-				/* We have reached the end of the string - we now expect to 

-				receive the first character in the string again.   The LED is 

-				toggled to indicate that the entire string was received without

-				error. */

-				vParTestToggleLED( mainCOMMS_RX_LED );

-				cExpectedChar = mainFIRST_TX_CHAR;

-			}

-			else

-			{

-				/* We got the expected character, we now expect to receive the

-				next character in the string. */

-				cExpectedChar++;

-			}

-		}

-	}

-}

-/*-----------------------------------------------------------*/

-

-static void vSerialTxCoRoutine( xCoRoutineHandle xHandle, unsigned portBASE_TYPE uxIndex )

-{

-portTickType xDelayPeriod;

-static unsigned long *pulRandomBytes = mainFIRST_PROGRAM_BYTES;

-

-	/* Co-routine MUST start with a call to crSTART. */

-	crSTART( xHandle );

-

-	for(;;)

-    {	

-		/* Was the previously transmitted string received correctly? */

-		if( uxErrorStatus != pdPASS )

-		{

-			/* An error was encountered so set the error LED. */

-			vSetErrorLED();

-		}

-

-		/* The next character to Tx is the first in the string. */

-		cNextChar = mainFIRST_TX_CHAR;

-

-		UARTIntDisable( UART0_BASE, UART_INT_TX );

-		{

-			/* Send the first character. */

-			if( !( HWREG( UART0_BASE + UART_O_FR ) & UART_FR_TXFF ) )

-			{

-				HWREG( UART0_BASE + UART_O_DR ) = cNextChar;

-			}

-

-			/* Move the variable to the char to Tx on so the ISR transmits

-			the next character in the string once this one has completed. */

-			cNextChar++;

-		}

-		UARTIntEnable(UART0_BASE, UART_INT_TX);

-

-		/* Toggle the LED to show a new string is being transmitted. */

-        vParTestToggleLED( mainCOMMS_TX_LED );

-

-		/* Delay before we start the string off again.  A pseudo-random delay

-		is used as this will provide a better test. */

-		xDelayPeriod = xTaskGetTickCount() + ( *pulRandomBytes );

-

-		pulRandomBytes++;

-		if( pulRandomBytes > mainTOTAL_PROGRAM_MEMORY )

-		{

-			pulRandomBytes = mainFIRST_PROGRAM_BYTES;

-		}

-

-		/* Make sure we don't wait too long... */

-		xDelayPeriod &= mainMAX_TX_DELAY;

-

-		/* ...but we do want to wait. */

-		if( xDelayPeriod < mainMIN_TX_DELAY )

-		{

-			xDelayPeriod = mainMIN_TX_DELAY;

-		}

-

-		/* Block for the random(ish) time. */

-		crDELAY( xHandle, xDelayPeriod );

-    }

-

-	/* Co-routine MUST end with a call to crEND. */

-	crEND();

-}

-/*-----------------------------------------------------------*/

-

-static void vSerialInit( void )

-{

-	/* Enable the UART.  GPIOA has already been initialised. */

-	SysCtlPeripheralEnable(SYSCTL_PERIPH_UART0);

-

-	/* Set GPIO A0 and A1 as peripheral function.  They are used to output the

-	UART signals. */

-	GPIODirModeSet( GPIO_PORTA_BASE, GPIO_PIN_0 | GPIO_PIN_1, GPIO_DIR_MODE_HW );

-

-	/* Configure the UART for 8-N-1 operation. */

-	UARTConfigSet( UART0_BASE, mainBAUD_RATE, UART_CONFIG_WLEN_8 | UART_CONFIG_PAR_NONE | UART_CONFIG_STOP_ONE );

-

-	/* We dont want to use the fifo.  This is for test purposes to generate

-	as many interrupts as possible. */

-	HWREG( UART0_BASE + UART_O_LCR_H ) &= ~mainFIFO_SET;

-

-	/* Enable both Rx and Tx interrupts. */

-	HWREG( UART0_BASE + UART_O_IM ) |= ( UART_INT_TX | UART_INT_RX );

-	IntEnable( INT_UART0 );

-}

-/*-----------------------------------------------------------*/

-

-void vUART_ISR(void)

-{

-unsigned long ulStatus;

-char cRxedChar;

-portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;

-

-	/* What caused the interrupt. */

-	ulStatus = UARTIntStatus( UART0_BASE, pdTRUE );

-

-	/* Clear the interrupt. */

-	UARTIntClear( UART0_BASE, ulStatus );

-

-	/* Was an Rx interrpt pending? */

-	if( ulStatus & UART_INT_RX )

-	{

-		if( ( HWREG(UART0_BASE + UART_O_FR ) & UART_FR_RXFF ) )

-		{

-			/* Get the char from the buffer and post it onto the queue of

-			Rxed chars.  Posting the character should wake the task that is 

-			blocked on the queue waiting for characters. */

-			cRxedChar = ( char ) HWREG( UART0_BASE + UART_O_DR );

-			xQueueSendFromISR( xCommsQueue, &cRxedChar, &xHigherPriorityTaskWoken );

-		}		

-	}

-

-	/* Was a Tx interrupt pending? */

-	if( ulStatus & UART_INT_TX )

-	{

-		/* Send the next character in the string.  We are not using the FIFO. */

-		if( cNextChar <= mainLAST_TX_CHAR )

-		{

-			if( !( HWREG( UART0_BASE + UART_O_FR ) & UART_FR_TXFF ) )

-			{

-				HWREG( UART0_BASE + UART_O_DR ) = cNextChar;

-			}

-			cNextChar++;

-		}

-	}

-	

-	/* If a task was woken by the character being received then we force

-	a context switch to occur in case the task is of higher priority than

-	the currently executing task (i.e. the task that this interrupt 

-	interrupted.) */

-	portEND_SWITCHING_ISR( xHigherPriorityTaskWoken );

-}

-/*-----------------------------------------------------------*/

-

-static void prvPDCWrite( char cAddress, char cData )

-{

-	vTaskSuspendAll();

-	{

-		PDCWrite( cAddress, cData );

-	}

-	xTaskResumeAll();

-}

-/*-----------------------------------------------------------*/

-

-void vSetErrorLED( void )

-{

-	vParTestSetLED( mainCOMMS_FAIL_LED, pdTRUE );

-}

-/*-----------------------------------------------------------*/

-

-__asm void prvSetAndCheckRegisters( void )

-{

-	extern vSetErrorLED

-

-	/* Fill the general purpose registers with known values. */

-	mov r11, #10

-	add r0, r11, #1

-	add r1, r11, #2

-	add r2, r11, #3

-	add r3, r11, #4

-	add r4, r11, #5

-	add r5, r11, #6

-	add r6, r11, #7

-	add r7, r11, #8

-	add r8, r11, #9

-	add r9, r11, #10

-	add r10, r11, #11

-	add r12, r11, #12

-

-	/* Check the values are as expected. */

-	cmp r11, #10

-	bne set_error_led

-	cmp r0, #11

-	bne set_error_led

-	cmp r1, #12

-	bne set_error_led

-	cmp r2, #13

-	bne set_error_led

-	cmp r3, #14

-	bne set_error_led

-	cmp r4, #15

-	bne set_error_led

-	cmp r5, #16

-	bne set_error_led

-	cmp r6, #17

-	bne set_error_led

-	cmp r7, #18

-	bne set_error_led

-	cmp r8, #19

-	bne set_error_led

-	cmp r9, #20

-	bne set_error_led

-	cmp r10, #21

-	bne set_error_led

-	cmp r12, #22

-	bne set_error_led

-	bx lr

-

-set_error_led;

-	push {r14}

-	ldr r1, =vSetErrorLED

-	blx r1

-	pop {r14}

-	bx lr;

-}

-/*-----------------------------------------------------------*/

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/readme.txt b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/readme.txt
deleted file mode 100644
index 10334b9..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Move these two fines into the Demo/CORTEX_LM3S102_KEIL directory to run Demo 1.

-

-See the port documentation on the www.FreeRTOS.org site for more information.

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
deleted file mode 100644
index 0735706..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
+++ /dev/null
@@ -1,120 +0,0 @@
-/*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

-

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

-

-    This file is part of the FreeRTOS distribution.

-

-    FreeRTOS is free software; you can redistribute it and/or modify it under

-    the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

-

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

-    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

-

-    1 tab == 4 spaces!

-

-    ***************************************************************************

-     *                                                                       *

-     *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

-     *                                                                       *

-     *    http://www.FreeRTOS.org/FAQHelp.html                               *

-     *                                                                       *

-    ***************************************************************************

-

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

-    license and Real Time Engineers Ltd. contact details.

-

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

-

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

-    mission critical applications that require provable dependability.

-*/

-

-#ifndef FREERTOS_CONFIG_H

-#define FREERTOS_CONFIG_H

-

-/*-----------------------------------------------------------

- * Application specific definitions.

- *

- * These definitions should be adjusted for your particular hardware and

- * application requirements.

- *

- * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE

- * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE. 

- *

- * See http://www.freertos.org/a00110.html.

- *----------------------------------------------------------*/

-

-#define configUSE_PREEMPTION		1

-#define configUSE_IDLE_HOOK			1

-#define configUSE_TICK_HOOK			0

-#define configCPU_CLOCK_HZ			( ( unsigned long ) 20000000 )

-#define configTICK_RATE_HZ			( ( portTickType ) 1000 )

-#define configMINIMAL_STACK_SIZE	( ( unsigned short ) 59 )

-#define configTOTAL_HEAP_SIZE		( ( size_t ) ( 1240 ) )

-#define configMAX_TASK_NAME_LEN		( 3 )

-#define configUSE_TRACE_FACILITY	0

-#define configUSE_16_BIT_TICKS		0

-#define configIDLE_SHOULD_YIELD		0

-#define configUSE_CO_ROUTINES 		1

-

-#define configMAX_PRIORITIES		( ( unsigned portBASE_TYPE ) 2 )

-#define configMAX_CO_ROUTINE_PRIORITIES ( 3 )

-

-/* Set the following definitions to 1 to include the API function, or zero

-to exclude the API function. */

-

-#define INCLUDE_vTaskPrioritySet		0

-#define INCLUDE_uxTaskPriorityGet		0

-#define INCLUDE_vTaskDelete				0

-#define INCLUDE_vTaskCleanUpResources	0

-#define INCLUDE_vTaskSuspend			0

-#define INCLUDE_vTaskDelayUntil			0

-#define INCLUDE_vTaskDelay				1

-

-

-

-

-#endif /* FREERTOS_CONFIG_H */

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
deleted file mode 100644
index b3605c8..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
+++ /dev/null
@@ -1,646 +0,0 @@
-/*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

-

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

-

-    This file is part of the FreeRTOS distribution.

-

-    FreeRTOS is free software; you can redistribute it and/or modify it under

-    the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

-

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

-    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

-

-    1 tab == 4 spaces!

-

-    ***************************************************************************

-     *                                                                       *

-     *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

-     *                                                                       *

-     *    http://www.FreeRTOS.org/FAQHelp.html                               *

-     *                                                                       *

-    ***************************************************************************

-

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

-    license and Real Time Engineers Ltd. contact details.

-

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

-

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

-    mission critical applications that require provable dependability.

-*/

-

-/* 

- * This demo application creates seven co-routines and one task (two including 

- * the idle task).  The co-routines execute as part of the idle task hook.

- *

- * Five of the created co-routines are the standard 'co-routine flash' 

- * co-routines contained within the Demo/Common/Minimal/crflash.c file and 

- * documented on the FreeRTOS.org WEB site.  

- *

- * The 'LCD Task' rotates a string on the LCD, delaying between each character

- * as necessitated by the slow interface, and delaying between each string just

- * long enough to enable the text to be read.

- *

- * The sixth co-routine controls the transmission of a string to UART 0.  The 

- * co-routine periodically sends the first character of the string to the UART, 

- * with the UART's TxEnd interrupt being used to transmit the remaining 

- * characters.  The UART's RxEnd interrupt receives the characters and places 

- * them on a queue to be processed by the seventh and final co-routine.  An 

- * error is latched should an unexpected character be received, or any 

- * character be received out of sequence.  

- *

- * A loopback connector is required to ensure that each character transmitted 

- * on the UART is also received on the same UART.  For test purposes the UART

- * FIFO's are not utalised in order to maximise the interrupt overhead.  Also

- * a pseudo random interval is used between the start of each transmission in 

- * order that the resultant interrupts are more randomly distributed and 

- * therefore more likely to highlight any problems.

- *

- * The flash co-routines control LED's zero to four.  LED five is toggled each

- * time the string is transmitted on the UART.  LED six is toggled each time

- * the string is CORRECTLY received on the UART.  LED seven is latched on should

- * an error be detected in any task or co-routine.

- *

- * In addition the idle task makes repetative calls to 

- * prvSetAndCheckRegisters().  This simply loads the general purpose registers 

- * with a known value, then checks each register to ensure the held value is 

- * still correct.  As a low priority task this checking routine is likely to 

- * get repeatedly swapped in and out.  A register being found to contain an 

- * incorrect value is therefore indicative of an error in the task switching 

- * mechansim.

- *

- */

-

-/* Scheduler include files. */

-#include "FreeRTOS.h"

-#include "task.h"

-#include "queue.h"

-#include "croutine.h"

-

-/* Demo application include files. */

-#include "partest.h"

-#include "crflash.h"

-

-/* Library include files. */

-#include "LM3Sxxx.h"

-#include "pdc.h"

-

-/* The time to delay between writing each character to the LCD. */

-#define mainCHAR_WRITE_DELAY		( 2 / portTICK_RATE_MS )

-

-/* The time to delay between writing each string to the LCD. */

-#define mainSTRING_WRITE_DELAY		( 400 / portTICK_RATE_MS )

-

-/* The number of flash co-routines to create. */

-#define mainNUM_FLASH_CO_ROUTINES	( 5 )

-

-/* The length of the queue used to pass received characters to the Comms Rx

-task. */

-#define mainRX_QUEUE_LEN			( 5 )

-

-/* The priority of the co-routine used to initiate the transmission of the 

-string on UART 0. */

-#define mainTX_CO_ROUTINE_PRIORITY	( 1 )

-

-/* The priority of the co-routine used to receive characters from the UART. */

-#define mainRX_CO_ROUTINE_PRIORITY	( 2 )

-

-/* Only one co-routine is created so its index is not important. */

-#define mainTX_CO_ROUTINE_INDEX		( 0 )

-#define mainRX_CO_ROUTINE_INDEX		( 0 )

-

-/* The time between transmissions of the string on UART 0.   This is pseudo

-random in order to generate a bit or randomness to when the interrupts occur.*/

-#define mainMIN_TX_DELAY			( 40 / portTICK_RATE_MS )

-#define mainMAX_TX_DELAY			( ( portTickType ) 0x7f )

-#define mainOFFSET_TIME				( ( portTickType ) 3 )

-

-/* The time the Comms Rx task should wait to receive a character.  This should

-be slightly longer than the time between transmissions.  If we do not receive

-a character after this time then there must be an error in the transmission or

-the timing of the transmission. */

-#define mainCOMMS_RX_DELAY			( mainMAX_TX_DELAY + 20 )

-

-/* The task priorites. */

-#define mainLCD_TASK_PRIORITY		( tskIDLE_PRIORITY )

-#define mainCOMMS_RX_TASK_PRIORITY	( tskIDLE_PRIORITY + 1 )

-

-/* The LED's toggled by the various tasks. */

-#define mainCOMMS_FAIL_LED			( 7 )

-#define mainCOMMS_RX_LED			( 6 )

-#define mainCOMMS_TX_LED			( 5 )

-

-/* The baud rate used by the UART comms tasks/co-routine. */

-#define mainBAUD_RATE				( 57600 )

-

-/* FIFO setting for the UART.  The FIFO is not used to create a better test. */

-#define mainFIFO_SET				( 0x10 )

-

-/* The string that is transmitted on the UART contains sequentially the 

-characters from mainFIRST_TX_CHAR to mainLAST_TX_CHAR. */

-#define mainFIRST_TX_CHAR '0'

-#define mainLAST_TX_CHAR 'z'

-

-/* Just used to walk through the program memory in order that some random data

-can be generated. */

-#define mainTOTAL_PROGRAM_MEMORY ( ( unsigned long * ) ( 8 * 1024 ) )

-#define mainFIRST_PROGRAM_BYTES ( ( unsigned long * ) 4 )

-

-/*-----------------------------------------------------------*/

-

-/*

- * The task that rotates text on the LCD.

- */

-static void vLCDTask( void * pvParameters );

-

-/*

- * The task that receives the characters from UART 0.

- */

-static void vCommsRxCoRoutine( xCoRoutineHandle xHandle, unsigned portBASE_TYPE uxIndex );

-

-/*

- * The co-routine that periodically initiates the transmission of the string on

- * the UART.

- */

-static void vSerialTxCoRoutine( xCoRoutineHandle xHandle, unsigned portBASE_TYPE uxIndex );

-

-/* 

- * Writes a string the the LCD.

- */

-static void prvWriteString( const char *pcString );

-

-/*

- * Initialisation routine for the UART.

- */

-static void vSerialInit( void );

-

-/*

- * Thread safe write to the PDC.

- */

-static void prvPDCWrite( char cAddress, char cData );

-

-/*

- * Function to simply set a known value into the general purpose registers

- * then read them back to ensure they remain set correctly.  An incorrect value

- * being indicative of an error in the task switching mechanism.

- */

-void prvSetAndCheckRegisters( void );

-

-/*

- * Latch the LED that indicates that an error has occurred. 

- */

-void vSetErrorLED( void );

-

-/*

- * Sets up the PLL and ports used by the demo.

- */

-static void prvSetupHardware( void );

-

-/*-----------------------------------------------------------*/

-

-/* Error flag set to pdFAIL if an error is encountered in the tasks/co-routines

-defined within this file. */

-unsigned portBASE_TYPE uxErrorStatus = pdPASS;

-

-/* The next character to transmit. */

-static char cNextChar;

-

-/* The queue used to transmit characters from the interrupt to the Comms Rx

-task. */

-static xQueueHandle xCommsQueue;

-

-/*-----------------------------------------------------------*/

-

-int main( void )

-{

-	/* Create the queue used to communicate between the UART ISR and the Comms

-	Rx task. */

-	xCommsQueue = xQueueCreate( mainRX_QUEUE_LEN, sizeof( char ) );

-

-	/* Setup the ports used by the demo and the clock. */

-	prvSetupHardware();

-

-	/* Create the co-routines that flash the LED's. */

-	vStartFlashCoRoutines( mainNUM_FLASH_CO_ROUTINES );

-

-	/* Create the co-routine that initiates the transmission of characters

-	on the UART. */

-	xCoRoutineCreate( vSerialTxCoRoutine, mainTX_CO_ROUTINE_PRIORITY, mainTX_CO_ROUTINE_INDEX );

-

-	/* Create the co-routine that receives characters from the UART. */

-	xCoRoutineCreate( vCommsRxCoRoutine, mainRX_CO_ROUTINE_PRIORITY, mainRX_CO_ROUTINE_INDEX );

-

-	/* Create the LCD task. */

-	xTaskCreate( vLCDTask, "LCD", configMINIMAL_STACK_SIZE, NULL, mainLCD_TASK_PRIORITY, NULL );

-

-	/* Start the scheduler running the tasks and co-routines just created. */

-	vTaskStartScheduler();

-

-	/* Should not get here unless we did not have enough memory to start the

-	scheduler. */

-	for( ;; );

-}

-/*-----------------------------------------------------------*/

-

-static void prvSetupHardware( void )

-{

-	/* Setup the PLL. */

-	SysCtlClockSet( SYSCTL_SYSDIV_10 | SYSCTL_USE_PLL | SYSCTL_OSC_MAIN | SYSCTL_XTAL_6MHZ );

-

-	/* Initialise the hardware used to talk to the LCD, LED's and UART. */

-	PDCInit();

-	vParTestInitialise();

-	vSerialInit();

-}

-/*-----------------------------------------------------------*/

-

-void vApplicationIdleHook( void )

-{

-	/* The co-routines are executed in the idle task using the idle task 

-	hook. */

-	for( ;; )

-	{

-		/* Schedule the co-routines. */

-		vCoRoutineSchedule();

-

-		/* Run the register check function between each co-routine. */

-		prvSetAndCheckRegisters();

-	}

-}

-/*-----------------------------------------------------------*/

-

-static void prvWriteString( const char *pcString )

-{

-	/* Write pcString to the LED, pausing between each character. */

-	prvPDCWrite(PDC_LCD_CSR, LCD_CLEAR);        

-	while( *pcString )

-	{

-		vTaskDelay( mainCHAR_WRITE_DELAY );

-		prvPDCWrite( PDC_LCD_RAM, *pcString );

-		pcString++;

-	}

-}

-/*-----------------------------------------------------------*/

-

-void vLCDTask( void * pvParameters )

-{

-unsigned portBASE_TYPE uxIndex;

-const unsigned char ucCFGData[] = {	

-											0x30,   /* Set data bus to 8-bits. */

-											0x30,

-											0x30,

-											0x3C,   /* Number of lines/font. */

-											0x08,   /* Display off. */

-											0x01,   /* Display clear. */

-											0x06,   /* Entry mode [cursor dir][shift]. */

-											0x0C	/* Display on [display on][curson on][blinking on]. */

-									  };  

-

-/* The strings that are written to the LCD. */

-const char *pcStringsToDisplay[] = {										

-											"Stellaris",

-											"Demo",

-											"Two",

-											"www.FreeRTOS.org",

-											""

-									   };

-

-	/* Configure the LCD. */

-	uxIndex = 0;

-	while( uxIndex < sizeof( ucCFGData ) )

-	{

-		prvPDCWrite( PDC_LCD_CSR, ucCFGData[ uxIndex ] );

-		uxIndex++;

-		vTaskDelay( mainCHAR_WRITE_DELAY );

-	}

-

-	/* Turn the LCD Backlight on. */

-	prvPDCWrite( PDC_CSR, 0x01 );

-

-	/* Clear display. */

-	vTaskDelay( mainCHAR_WRITE_DELAY );

-	prvPDCWrite( PDC_LCD_CSR, LCD_CLEAR ); 

-

-	uxIndex = 0;

-	for( ;; )    

-	{

-		/* Display the string on the LCD. */

-		prvWriteString( pcStringsToDisplay[ uxIndex ] );

-		

-		/* Move on to the next string - wrapping if necessary. */

-		uxIndex++;

-		if( *( pcStringsToDisplay[ uxIndex ] ) == 0x00 )

-		{

-			uxIndex = 0;

-			/* Longer pause on the last string to be sent. */

-			vTaskDelay( mainSTRING_WRITE_DELAY * 2 );

-		}

-

-		/* Wait until it is time to move onto the next string. */

-		vTaskDelay( mainSTRING_WRITE_DELAY );

-	}

-}

-/*-----------------------------------------------------------*/

-

-static void vCommsRxCoRoutine( xCoRoutineHandle xHandle, unsigned portBASE_TYPE uxIndex )

-{

-static char cRxedChar, cExpectedChar = mainFIRST_TX_CHAR;

-portBASE_TYPE xResult;

-

-	crSTART( xHandle );

-

-	for( ;; )

-	{

-		/* Wait for a character to be received. */

-		crQUEUE_RECEIVE( xHandle, xCommsQueue, ( void * ) &cRxedChar, mainCOMMS_RX_DELAY, &xResult );

-

-		/* Was the character recived (if any) the expected character. */

-		if( ( cRxedChar != cExpectedChar ) || ( xResult != pdPASS ) )

-		{

-			/* Got an unexpected character.  This can sometimes occur when

-			reseting the system using the debugger leaving characters already

-			in the UART regsters. */

-			uxErrorStatus = pdFAIL;

-

-			/* Resync by waiting for the end of the current string. */

-			while( cRxedChar != mainLAST_TX_CHAR )

-			{

-				crQUEUE_RECEIVE( xHandle, xCommsQueue, ( void * ) &cRxedChar, mainCOMMS_RX_DELAY, &xResult );

-			}

-

-			/* The next expected character is the start of the string again. */

-			cExpectedChar = mainFIRST_TX_CHAR;

-		}

-		else

-		{

-			if( cExpectedChar == mainLAST_TX_CHAR )

-			{

-				/* We have reached the end of the string - we now expect to 

-				receive the first character in the string again.   The LED is 

-				toggled to indicate that the entire string was received without

-				error. */

-				vParTestToggleLED( mainCOMMS_RX_LED );

-				cExpectedChar = mainFIRST_TX_CHAR;

-			}

-			else

-			{

-				/* We got the expected character, we now expect to receive the

-				next character in the string. */

-				cExpectedChar++;

-			}

-		}

-	}

-

-	crEND();

-}

-/*-----------------------------------------------------------*/

-

-static void vSerialTxCoRoutine( xCoRoutineHandle xHandle, unsigned portBASE_TYPE uxIndex )

-{

-portTickType xDelayPeriod;

-static unsigned long *pulRandomBytes = mainFIRST_PROGRAM_BYTES;

-

-	/* Co-routine MUST start with a call to crSTART. */

-	crSTART( xHandle );

-

-	for(;;)

-    {	

-		/* Was the previously transmitted string received correctly? */

-		if( uxErrorStatus != pdPASS )

-		{

-			/* An error was encountered so set the error LED. */

-			vSetErrorLED();

-		}

-

-		/* The next character to Tx is the first in the string. */

-		cNextChar = mainFIRST_TX_CHAR;

-

-		UARTIntDisable( UART0_BASE, UART_INT_TX );

-		{

-			/* Send the first character. */

-			if( !( HWREG( UART0_BASE + UART_O_FR ) & UART_FR_TXFF ) )

-			{

-				HWREG( UART0_BASE + UART_O_DR ) = cNextChar;

-			}

-

-			/* Move the variable to the char to Tx on so the ISR transmits

-			the next character in the string once this one has completed. */

-			cNextChar++;

-		}

-		UARTIntEnable(UART0_BASE, UART_INT_TX);

-

-		/* Toggle the LED to show a new string is being transmitted. */

-        vParTestToggleLED( mainCOMMS_TX_LED );

-

-		/* Delay before we start the string off again.  A pseudo-random delay

-		is used as this will provide a better test. */

-		xDelayPeriod = xTaskGetTickCount() + ( *pulRandomBytes );

-

-		pulRandomBytes++;

-		if( pulRandomBytes > mainTOTAL_PROGRAM_MEMORY )

-		{

-			pulRandomBytes = mainFIRST_PROGRAM_BYTES;

-		}

-

-		/* Make sure we don't wait too long... */

-		xDelayPeriod &= mainMAX_TX_DELAY;

-

-		/* ...but we do want to wait. */

-		if( xDelayPeriod < mainMIN_TX_DELAY )

-		{

-			xDelayPeriod = mainMIN_TX_DELAY;

-		}

-

-		/* Block for the random(ish) time. */

-		crDELAY( xHandle, xDelayPeriod );

-    }

-

-	/* Co-routine MUST end with a call to crEND. */

-	crEND();

-}

-/*-----------------------------------------------------------*/

-

-static void vSerialInit( void )

-{

-	/* Enable the UART.  GPIOA has already been initialised. */

-	SysCtlPeripheralEnable(SYSCTL_PERIPH_UART0);

-

-	/* Set GPIO A0 and A1 as peripheral function.  They are used to output the

-	UART signals. */

-	GPIODirModeSet( GPIO_PORTA_BASE, GPIO_PIN_0 | GPIO_PIN_1, GPIO_DIR_MODE_HW );

-

-	/* Configure the UART for 8-N-1 operation. */

-	UARTConfigSet( UART0_BASE, mainBAUD_RATE, UART_CONFIG_WLEN_8 | UART_CONFIG_PAR_NONE | UART_CONFIG_STOP_ONE );

-

-	/* We dont want to use the fifo.  This is for test purposes to generate

-	as many interrupts as possible. */

-	HWREG( UART0_BASE + UART_O_LCR_H ) &= ~mainFIFO_SET;

-

-	/* Enable both Rx and Tx interrupts. */

-	HWREG( UART0_BASE + UART_O_IM ) |= ( UART_INT_TX | UART_INT_RX );

-	IntEnable( INT_UART0 );

-}

-/*-----------------------------------------------------------*/

-

-void vUART_ISR(void)

-{

-unsigned long ulStatus;

-char cRxedChar;

-portBASE_TYPE xTaskWokenByPost = pdFALSE;

-

-	/* What caused the interrupt. */

-	ulStatus = UARTIntStatus( UART0_BASE, pdTRUE );

-

-	/* Clear the interrupt. */

-	UARTIntClear( UART0_BASE, ulStatus );

-

-	/* Was an Rx interrpt pending? */

-	if( ulStatus & UART_INT_RX )

-	{

-		if( ( HWREG(UART0_BASE + UART_O_FR ) & UART_FR_RXFF ) )

-		{

-			/* Get the char from the buffer and post it onto the queue of

-			Rxed chars.  Posting the character should wake the task that is 

-			blocked on the queue waiting for characters. */

-			cRxedChar = ( char ) HWREG( UART0_BASE + UART_O_DR );

-			xTaskWokenByPost = crQUEUE_SEND_FROM_ISR( xCommsQueue, &cRxedChar, xTaskWokenByPost );

-		}		

-	}

-

-	/* Was a Tx interrupt pending? */

-	if( ulStatus & UART_INT_TX )

-	{

-		/* Send the next character in the string.  We are not using the FIFO. */

-		if( cNextChar <= mainLAST_TX_CHAR )

-		{

-			if( !( HWREG( UART0_BASE + UART_O_FR ) & UART_FR_TXFF ) )

-			{

-				HWREG( UART0_BASE + UART_O_DR ) = cNextChar;

-			}

-			cNextChar++;

-		}

-	}

-	

-	if( xTaskWokenByPost )

-	{

-		/* We are posting to a co-routine rather than a task so don't bother

-		causing a task switch. */

-	}

-}

-/*-----------------------------------------------------------*/

-

-static void prvPDCWrite( char cAddress, char cData )

-{

-	vTaskSuspendAll();

-	{

-		PDCWrite( cAddress, cData );

-	}

-	xTaskResumeAll();

-}

-/*-----------------------------------------------------------*/

-

-void vSetErrorLED( void )

-{

-	vParTestSetLED( mainCOMMS_FAIL_LED, pdTRUE );

-}

-/*-----------------------------------------------------------*/

-

-__asm void prvSetAndCheckRegisters( void )

-{

-	extern vSetErrorLED

-

-	/* Fill the general purpose registers with known values. */

-	mov r11, #10

-	add r0, r11, #1

-	add r1, r11, #2

-	add r2, r11, #3

-	add r3, r11, #4

-	add r4, r11, #5

-	add r5, r11, #6

-	add r6, r11, #7

-	add r7, r11, #8

-	add r8, r11, #9

-	add r9, r11, #10

-	add r10, r11, #11

-	add r12, r11, #12

-

-	/* Check the values are as expected. */

-	cmp r11, #10

-	bne set_error_led

-	cmp r0, #11

-	bne set_error_led

-	cmp r1, #12

-	bne set_error_led

-	cmp r2, #13

-	bne set_error_led

-	cmp r3, #14

-	bne set_error_led

-	cmp r4, #15

-	bne set_error_led

-	cmp r5, #16

-	bne set_error_led

-	cmp r6, #17

-	bne set_error_led

-	cmp r7, #18

-	bne set_error_led

-	cmp r8, #19

-	bne set_error_led

-	cmp r9, #20

-	bne set_error_led

-	cmp r10, #21

-	bne set_error_led

-	cmp r12, #22

-	bne set_error_led

-	bx lr

-

-set_error_led;

-	push {r14}

-	ldr r1, =vSetErrorLED

-	blx r1

-	pop {r14}

-	bx lr;

-}

-/*-----------------------------------------------------------*/

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/readme.txt b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/readme.txt
deleted file mode 100644
index 2ddb358..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Move these two fines into the Demo/CORTEX_LM3S102_KEIL directory to run Demo 2.

-

-See the port documentation on the www.FreeRTOS.org site for more information.

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOS.Opt b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOS.Opt
deleted file mode 100644
index cdd7176..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOS.Opt
+++ /dev/null
@@ -1,51 +0,0 @@
-### uVision2 Project, (C) Keil Software

-### Do not modify !

-

- cExt (*.c)

- aExt (*.s*; *.src; *.a*)

- oExt (*.obj)

- lExt (*.lib)

- tExt (*.txt; *.h; *.inc)

- pExt (*.plm)

- CppX (*.cpp)

- DaveTm { 0,0,0,0,0,0,0,0 }

-

-Target (LM3S1xx), 0x0004 // Tools: 'ARM-ADS'

-GRPOPT 1,(Source),0,0,0

-GRPOPT 2,(Demo),0,0,0

-

-OPTFFF 1,1,1,0,0,0,0,0,<..\..\Source\croutine.c><croutine.c> 

-OPTFFF 1,2,1,0,0,0,0,0,<..\..\Source\list.c><list.c> 

-OPTFFF 1,3,1,0,0,0,0,0,<..\..\Source\queue.c><queue.c> 

-OPTFFF 1,4,1,0,0,0,0,0,<..\..\Source\tasks.c><tasks.c> 

-OPTFFF 1,5,1,0,0,0,0,0,<..\..\Source\portable\MemMang\heap_1.c><heap_1.c> 

-OPTFFF 1,6,1,0,0,0,0,0,<..\..\Source\portable\RVDS\ARM_CM3\port.c><port.c> 

-OPTFFF 2,7,1,0,0,0,0,0,<.\main.c><main.c> 

-OPTFFF 2,8,2,0,0,0,0,0,<.\init\Startup.s><Startup.s> 

-OPTFFF 2,9,1,0,0,0,0,0,<..\Common\Minimal\crflash.c><crflash.c> 

-OPTFFF 2,10,1,0,0,0,0,0,<.\ParTest\ParTest.c><ParTest.c> 

-OPTFFF 2,11,1,0,0,0,0,0,<.\include\pdc.c><pdc.c> 

-OPTFFF 2,12,4,0,0,0,0,0,<..\Common\drivers\LuminaryMicro\Keil\driverlib.lib><driverlib.lib> 

-

-

-TARGOPT 1, (LM3S1xx)

- ADSCLK=20000000

-  OPTTT 1,1,1,0

-  OPTHX 1,65535,0,0,0

-  OPTLX 79,66,8,<.\uvision\>

-  OPTOX 16

-  OPTLT 1,1,1,0,1,1,0,1,0,0,0,0

-  OPTXL 1,1,1,1,1,1,1,0,0

-  OPTFL 1,0,1

-  OPTAX 0

-  OPTDL (SARMCM3.DLL)()(DLM.DLL)(-pLM3S101)(SARMCM3.DLL)()(TLM.DLL)(-pLM3S101)

-  OPTDBG 49150,1,()()()()()()()()()() (BIN\UL2CM3.DLL)()()()

-  OPTKEY 0,(DLGTARM)((1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(110=-1,-1,-1,-1,0)(100=-1,-1,-1,-1,0)(101=-1,-1,-1,-1,0)(102=-1,-1,-1,-1,0)(161=-1,-1,-1,-1,0)(162=-1,-1,-1,-1,0)(150=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)(1014=-1,-1,-1,-1,0)(1016=-1,-1,-1,-1,0))

-  OPTKEY 0,(ARMDBGFLAGS)()

-  OPTKEY 0,(DLGUARM)((105=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(107=-1,-1,-1,-1,0))

-  OPTKEY 0,(UL2CM3)(-UU0226F8E -O14 -S0 -C0 -N00("ARM CoreSight JTAG-DP") -D00(1BA00477) -L00(4) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP7 -FO7 -FD20000000 -FC800 -FN1 -FF0LM3S_8 -FS00 -FL02000)

-  OPTDF 0x80

-  OPTLE <>

-  OPTLC <>

-EndOpt

-

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOS.Uv2 b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOS.Uv2
deleted file mode 100644
index e72477a..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOS.Uv2
+++ /dev/null
@@ -1,112 +0,0 @@
-### uVision2 Project, (C) Keil Software

-### Do not modify !

-

-Target (LM3S1xx), 0x0004 // Tools: 'ARM-ADS'

-

-Group (Source)

-Group (Demo)

-

-File 1,1,<..\..\Source\croutine.c><croutine.c>

-File 1,1,<..\..\Source\list.c><list.c>

-File 1,1,<..\..\Source\queue.c><queue.c>

-File 1,1,<..\..\Source\tasks.c><tasks.c>

-File 1,1,<..\..\Source\portable\MemMang\heap_1.c><heap_1.c>

-File 1,1,<..\..\Source\portable\RVDS\ARM_CM3\port.c><port.c>

-File 2,1,<.\main.c><main.c>

-File 2,2,<.\init\Startup.s><Startup.s>

-File 2,1,<..\Common\Minimal\crflash.c><crflash.c>

-File 2,1,<.\ParTest\ParTest.c><ParTest.c>

-File 2,1,<.\include\pdc.c><pdc.c>

-File 2,4,<..\Common\drivers\LuminaryMicro\Keil\driverlib.lib><driverlib.lib>

-

-

-Options 1,0,0  // Target 'LM3S1xx'

- Device (LM3S101)

- Vendor (Luminary Micro)

- Cpu (IRAM(0x20000000-0x200007FF) IROM(0-0x1FFF) CLOCK(20000000) CPUTYPE("Cortex-M3"))

- FlashUt ()

- StupF ("STARTUP\Luminary\Startup.s" ("Luminary Startup Code"))

- FlashDR (UL2CM3(-U40296420 -O7 -S0 -C0 -FO7 -FD20000000 -FC800 -FN1 -FF0LM3S_8 -FS00 -FL02000))

- DevID (4079)

- Rgf (LM3Sxxx.H)

- Mem ()

- C ()

- A ()

- RL ()

- OH ()

- DBC_IFX ()

- DBC_CMS ()

- DBC_AMS ()

- DBC_LMS ()

- UseEnv=0

- EnvBin ()

- EnvInc ()

- EnvLib ()

- EnvReg (ÿLuminary\)

- OrgReg (ÿLuminary\)

- TgStat=16

- OutDir (.\uvision\)

- OutName (RTOSDemo)

- GenApp=1

- GenLib=0

- GenHex=0

- Debug=1

- Browse=1

- LstDir (.\uvision\)

- HexSel=1

- MG32K=0

- TGMORE=0

- RunUsr 0 0 <>

- RunUsr 1 0 <>

- BrunUsr 0 0 <>

- BrunUsr 1 0 <>

- CrunUsr 0 0 <>

- CrunUsr 1 0 <>

- SVCSID <>

- GLFLAGS=1790

- ADSFLGA { 243,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }

- ACPUTYP ("Cortex-M3")

- RVDEV ()

- ADSTFLGA { 0,12,0,2,99,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0 }

- OCMADSOCM { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }

- OCMADSIRAM { 0,0,0,0,32,0,8,0,0 }

- OCMADSIROM { 1,0,0,0,0,0,32,0,0 }

- OCMADSXRAM { 0,0,0,0,0,0,0,0,0 }

- OCR_RVCT { 1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,8,0,0,0,0,0,0,0,0,0,0,0 }

- RV_STAVEC ()

- ADSCCFLG { 8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }

- ADSCMISC ()

- ADSCDEFN (RVDS_ARMCM3_LM3S102)

- ADSCUDEF ()

- ADSCINCD (C:\Keil\ARM\RV30\LIB\Luminary;..\CORTEX_LM3S102_KEIL;..\..\Source\portable\RVDS\ARM_CM3;..\..\Source\include;..\Common\include;.\include)

- ADSASFLG { 65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }

- ADSAMISC (--diag_suppress 1581)

- ADSADEFN ()

- ADSAUDEF ()

- ADSAINCD ()

- PropFld { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }

- IncBld=1

- AlwaysBuild=0

- GenAsm=0

- AsmAsm=0

- PublicsOnly=0

- StopCode=3

- CustArgs ()

- LibMods ()

- ADSLDFG { 16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }

- ADSLDTA (0x00000000)

- ADSLDDA (0x20000000)

- ADSLDSC ()

- ADSLDIB ()

- ADSLDIC ()

- ADSLDMC (--entry Reset_Handler)

- ADSLDIF ()

- ADSLDDW (6306)

-  OPTDL (SARMCM3.DLL)()(DLM.DLL)(-pLM3S101)(SARMCM3.DLL)()(TLM.DLL)(-pLM3S101)

-  OPTDBG 49150,1,()()()()()()()()()() (BIN\UL2CM3.DLL)()()()

- FLASH1 { 1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 }

- FLASH2 (BIN\UL2CM3.DLL)

- FLASH3 ("" ())

- FLASH4 ()

-EndOpt

-

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
deleted file mode 100644
index 2bb2e82..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
+++ /dev/null
@@ -1,123 +0,0 @@
-/*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

-

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

-

-    This file is part of the FreeRTOS distribution.

-

-    FreeRTOS is free software; you can redistribute it and/or modify it under

-    the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

-

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

-    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

-

-    1 tab == 4 spaces!

-

-    ***************************************************************************

-     *                                                                       *

-     *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

-     *                                                                       *

-     *    http://www.FreeRTOS.org/FAQHelp.html                               *

-     *                                                                       *

-    ***************************************************************************

-

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

-    license and Real Time Engineers Ltd. contact details.

-

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

-

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

-    mission critical applications that require provable dependability.

-*/

-

-#ifndef FREERTOS_CONFIG_H

-#define FREERTOS_CONFIG_H

-

-/*-----------------------------------------------------------

- * Application specific definitions.

- *

- * These definitions should be adjusted for your particular hardware and

- * application requirements.

- *

- * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE

- * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE. 

- *

- * See http://www.freertos.org/a00110.html.

- *----------------------------------------------------------*/

-

-#define configUSE_PREEMPTION		1

-#define configUSE_IDLE_HOOK			1

-#define configUSE_TICK_HOOK			0

-#define configCPU_CLOCK_HZ			( ( unsigned long ) 20000000 )

-#define configTICK_RATE_HZ			( ( portTickType ) 1000 )

-#define configMINIMAL_STACK_SIZE	( ( unsigned short ) 59 )

-#define configTOTAL_HEAP_SIZE		( ( size_t ) ( 1468 ) )

-#define configMAX_TASK_NAME_LEN		( 3 )

-#define configUSE_TRACE_FACILITY	0

-#define configUSE_16_BIT_TICKS		0

-#define configIDLE_SHOULD_YIELD		0

-#define configUSE_CO_ROUTINES 		1

-

-#define configMAX_PRIORITIES		( ( unsigned portBASE_TYPE ) 2 )

-#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )

-

-/* Set the following definitions to 1 to include the API function, or zero

-to exclude the API function. */

-

-#define INCLUDE_vTaskPrioritySet		0

-#define INCLUDE_uxTaskPriorityGet		0

-#define INCLUDE_vTaskDelete				0

-#define INCLUDE_vTaskCleanUpResources	0

-#define INCLUDE_vTaskSuspend			0

-#define INCLUDE_vTaskDelayUntil			0

-#define INCLUDE_vTaskDelay				1

-

-#define configKERNEL_INTERRUPT_PRIORITY 255

-/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!

-See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */

-#define configMAX_SYSCALL_INTERRUPT_PRIORITY 	191 /* equivalent to 0xa0, or priority 5. */

-

-

-#endif /* FREERTOS_CONFIG_H */

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
deleted file mode 100644
index 540aa2e..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
+++ /dev/null
@@ -1,154 +0,0 @@
-/*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

-

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

-

-    This file is part of the FreeRTOS distribution.

-

-    FreeRTOS is free software; you can redistribute it and/or modify it under

-    the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

-

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

-    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

-

-    1 tab == 4 spaces!

-

-    ***************************************************************************

-     *                                                                       *

-     *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

-     *                                                                       *

-     *    http://www.FreeRTOS.org/FAQHelp.html                               *

-     *                                                                       *

-    ***************************************************************************

-

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

-    license and Real Time Engineers Ltd. contact details.

-

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

-

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

-    mission critical applications that require provable dependability.

-*/

-

-/*-----------------------------------------------------------

- * Simple parallel port IO routines.

- *-----------------------------------------------------------*/

-

-/*

-*/

-

-

-#include "FreeRTOS.h"

-#include "task.h"

-#include "partest.h"

-

-#include "pdc.h"

-

-#define partstPINS	(GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_3 Z | GPIO_PIN_4 | GPIO_PIN_5 | GPIO_PIN_6 | GPIO_PIN_7)

-

-#define partstALL_OUTPUTS_OFF	( ( unsigned char ) 0x00 )

-#define partstMAX_OUTPUT_LED	( ( unsigned char ) 8 )

-

-static volatile unsigned char ucOutputValue = partstALL_OUTPUTS_OFF;

-

-void vParTestInitialise( void )

-{

-	PDCInit();

-	PDCWrite( PDC_LED, ucOutputValue );

-}

-/*-----------------------------------------------------------*/

-

-void vParTestSetLED( unsigned portBASE_TYPE uxLED, signed portBASE_TYPE xValue )

-{

-unsigned char ucBit = ( unsigned char ) 1;

-

-	vTaskSuspendAll();

-	{

-		if( uxLED < partstMAX_OUTPUT_LED )

-		{

-			ucBit = ( ( unsigned char ) 1 ) << uxLED;

-

-			if( xValue == pdFALSE )

-			{

-				ucBit ^= ( unsigned char ) 0xff;

-				ucOutputValue &= ucBit;

-			}

-			else

-			{

-				ucOutputValue |= ucBit;

-			}

-

-			PDCWrite( PDC_LED, ucOutputValue );

-		}	

-	}

-	xTaskResumeAll();

-}

-/*-----------------------------------------------------------*/

-

-void vParTestToggleLED( unsigned portBASE_TYPE uxLED )

-{

-unsigned char ucBit;

-

-	vTaskSuspendAll();

-	{

-		if( uxLED < partstMAX_OUTPUT_LED )

-		{

-			ucBit = ( ( unsigned char ) 1 ) << uxLED;

-

-			if( ucOutputValue & ucBit )

-			{

-				ucOutputValue &= ~ucBit;

-			}

-			else

-			{

-				ucOutputValue |= ucBit;

-			}

-

-			PDCWrite( PDC_LED, ucOutputValue );

-		}

-	}

-	xTaskResumeAll();

-}

-

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/include/pdc.c b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/include/pdc.c
deleted file mode 100644
index d1c5444..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/include/pdc.c
+++ /dev/null
@@ -1,118 +0,0 @@
-//*****************************************************************************

-//

-// pdc.c - Driver for the Peripheral Device Controller (PDC) on the Stellaris

-//         development board.

-//

-// Copyright (c) 2005,2006 Luminary Micro, Inc.  All rights reserved.

-//

-// Software License Agreement

-//

-// Luminary Micro, Inc. (LMI) is supplying this software for use solely and

-// exclusively on LMI's Stellaris Family of microcontroller products.

-//

-// The software is owned by LMI and/or its suppliers, and is protected under

-// applicable copyright laws.  All rights are reserved.  Any use in violation

-// of the foregoing restrictions may subject the user to criminal sanctions

-// under applicable laws, as well as to civil liability for the breach of the

-// terms and conditions of this license.

-//

-// THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED

-// OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

-// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.

-// LMI SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR

-// CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

-//

-//*****************************************************************************

-

-#include "LM3Sxxx.h"

-#include "pdc.h"

-

-//*****************************************************************************

-//

-//! Initializes the connection to the PDC.

-//!

-//! This function will enable clocking to the SSI and GPIO A modules, configure

-//! the GPIO pins to be used for an SSI interface, and it will configure the

-//! SSI as a 1Mb master device, operating in MOTO mode.  It will also enable

-//! the SSI module, and will enable the chip select for the PDC on the

-//! Stellaris development board.

-//!

-//! This function is contained in <tt>utils/pdc.c</tt>, with

-//! <tt>utils/pdc.h</tt> containing the API definition for use by applications.

-//!

-//! \return None.

-//

-//*****************************************************************************

-void

-PDCInit(void)

-{

-    //

-    // Enable the peripherals used to drive the PDC.

-    //

-    SysCtlPeripheralEnable(SYSCTL_PERIPH_SSI);

-    SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOA);

-

-    //

-    // Configure the appropriate pins to be SSI instead of GPIO.

-    //

-    GPIODirModeSet(GPIO_PORTA_BASE, SSI_CLK | SSI_TX | SSI_RX,

-                   GPIO_DIR_MODE_HW);

-    GPIODirModeSet(GPIO_PORTA_BASE, SSI_CS, GPIO_DIR_MODE_OUT);

-    GPIOPadConfigSet(GPIO_PORTA_BASE, SSI_CLK, GPIO_STRENGTH_4MA,

-                     GPIO_PIN_TYPE_STD_WPU);

-

-    //

-    // Configure the SSI port.

-    //

-    SSIConfig(SSI_BASE, SSI_FRF_MOTO_MODE_0, SSI_MODE_MASTER, 1000000, 8);

-    SSIEnable(SSI_BASE);

-

-    //

-    // Reset the PDC SSI state machine.  The chip select needs to be held low

-    // for 100ns; the procedure call overhead more than accounts for this time.

-    //

-    GPIOPinWrite(GPIO_PORTA_BASE, PDC_CS, 0);

-    GPIOPinWrite(GPIO_PORTA_BASE, PDC_CS, PDC_CS);

-}

-

-//*****************************************************************************

-//

-//! Write a PDC register.

-//!

-//! \param ucAddr specifies the PDC register to write.

-//! \param ucData specifies the data to write.

-//!

-//! This function will perform the SSI transfers required to write a register

-//! in the PDC on the Stellaris development board.

-//!

-//! This function is contained in <tt>utils/pdc.c</tt>, with

-//! <tt>utils/pdc.h</tt> containing the API definition for use by applications.

-//!

-//! \return None.

-//

-//*****************************************************************************

-void

-PDCWrite(unsigned char ucAddr, unsigned char ucData)

-{

-    unsigned long ulTemp;

-

-    //

-    // Send address and write command.

-    //

-    SSIDataPut(SSI_BASE, (ucAddr & 0x0F) | PDC_WR);

-

-    //

-    // Write the data.

-    //

-    SSIDataPut(SSI_BASE, ucData);

-

-    //

-    // Flush data read during address write.

-    //

-    SSIDataGet(SSI_BASE, &ulTemp);

-

-    //

-    // Flush data read during data write.

-    //

-    SSIDataGet(SSI_BASE, &ulTemp);

-}

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/include/pdc.h b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/include/pdc.h
deleted file mode 100644
index 6380806..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/include/pdc.h
+++ /dev/null
@@ -1,122 +0,0 @@
-//*****************************************************************************

-//

-// pdc.h - Stellaris development board Peripheral Device Controller definitions

-//         and prototypes.

-//

-// Copyright (c) 2005,2006 Luminary Micro, Inc.  All rights reserved.

-//

-// Software License Agreement

-//

-// Luminary Micro, Inc. (LMI) is supplying this software for use solely and

-// exclusively on LMI's Stellaris Family of microcontroller products.

-//

-// The software is owned by LMI and/or its suppliers, and is protected under

-// applicable copyright laws.  All rights are reserved.  Any use in violation

-// of the foregoing restrictions may subject the user to criminal sanctions

-// under applicable laws, as well as to civil liability for the breach of the

-// terms and conditions of this license.

-//

-// THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED

-// OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

-// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.

-// LMI SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR

-// CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

-//

-//*****************************************************************************

-

-#ifndef __PDC_H__

-#define __PDC_H__

-

-#ifdef __cplusplus

-extern "C"

-{

-#endif

-

-//*****************************************************************************

-//

-// The registers within the peripheral device controller.

-//

-//*****************************************************************************

-#define PDC_VER                 0x0         // Version register

-#define PDC_CSR                 0x1         // Command/Status register

-#define PDC_DSW                 0x4         // DIP Switch register

-#define PDC_LED                 0x5         // LED register

-#define PDC_LCD_CSR             0x6         // LCD Command/Status register

-#define PDC_LCD_RAM             0x7         // LCD RAM register

-#define PDC_GPXDAT              0x8         // GPIO X Data register

-#define PDC_GPXDIR              0x9         // GPIO X Direction register

-#define PDC_GPYDAT              0xA         // GPIO Y Data register

-#define PDC_GPYDIR              0xB         // GPIO Y Direction register

-#define PDC_GPZDAT              0xC         // GPIO Z Data register

-#define PDC_GPZDIR              0xD         // GPIO Z Direction register

-

-//*****************************************************************************

-//

-// Flags indicating a read or write to the peripheral device controller.

-//

-//*****************************************************************************

-#define PDC_RD                  0x80        // PDC read command

-#define PDC_WR                  0x00        // PDC write command

-

-//*****************************************************************************

-//

-// LCD panel (Crystalfontz CFAH1602B) commands, RS = 0

-//

-//*****************************************************************************

-#define LCD_CLEAR               0x01        // Clear display (0 fill DDRAM).

-#define LCD_HOME                0x02        // Cursor home.

-#define LCD_MODE                0x04        // Set entry mode (cursor dir)

-#define LCD_ON                  0x08        // Set display, cursor, blinking

-                                            // on/off

-#define LCD_CUR                 0x10        // Cursor, display shift

-#define LCD_IF                  0x20        // Set interface data length,

-                                            // lines, font

-#define LCD_CGADDR              0x40        // Set CGRAM AC address

-#define LCD_DDADDR              0x80        // Set DDRAM AC address

-

-//*****************************************************************************

-//

-// LCD Status bit

-//

-//*****************************************************************************

-#define LCD_B_BUSY              0x80        // Busy flag.

-

-//*****************************************************************************

-//

-// The GPIO port A pin numbers for the various SSI signals.

-//

-//*****************************************************************************

-#define SSI_CS                  GPIO_PIN_3

-#define PDC_CS                  GPIO_PIN_3

-#define SSI_CLK                 GPIO_PIN_2

-#define SSI_TX                  GPIO_PIN_5

-#define SSI_RX                  GPIO_PIN_4

-

-//*****************************************************************************

-//

-// Function Prototypes

-//

-//*****************************************************************************

-extern void PDCInit(void);

-extern unsigned char PDCRead(unsigned char ucAddr);

-extern void PDCWrite(unsigned char ucAddr, unsigned char ucData);

-extern unsigned char PDCDIPRead(void);

-extern void PDCLEDWrite(unsigned char ucLED);

-extern unsigned char PDCLEDRead(void);

-extern void PDCLCDInit(void);

-extern void PDCLCDBacklightOn(void);

-extern void PDCLCDBacklightOff(void);

-extern void PDCLCDClear(void);

-extern void PDCLCDCreateChar(unsigned char ucChar, unsigned char *pucData);

-extern void PDCLCDSetPos(unsigned char ucX, unsigned char ucY);

-extern void PDCLCDWrite(const char *pcStr, unsigned long ulCount);

-extern unsigned char PDCGPIODirRead(unsigned char ucIdx);

-extern void PDCGPIODirWrite(unsigned char ucIdx, unsigned char ucValue);

-extern unsigned char PDCGPIORead(unsigned char ucIdx);

-extern void PDCGPIOWrite(unsigned char ucIdx, unsigned char ucValue);

-

-#ifdef __cplusplus

-}

-#endif

-

-#endif // __PDC_H__

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/init/Startup.s b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/init/Startup.s
deleted file mode 100644
index d5dea8b..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/init/Startup.s
+++ /dev/null
@@ -1,164 +0,0 @@
-;/*****************************************************************************/

-;/* STARTUP.S: Startup file for Luminary Micro LM3Sxxx                        */

-;/*****************************************************************************/

-;/* <<< Use Configuration Wizard in Context Menu >>>                          */ 

-;/*****************************************************************************/

-;/* This file is part of the uVision/ARM development tools.                   */

-;/* Copyright (c) 2005-2006 Keil Software. All rights reserved.               */

-;/* This software may only be used under the terms of a valid, current,       */

-;/* end user licence from KEIL for a compatible version of KEIL software      */

-;/* development tools. Nothing else gives you the right to use this software. */

-;/*****************************************************************************/

-

-

-;/*

-; *  The STARTUP.S code is executed after CPU Reset. 

-; */

-

-

-;// <h> Stack Configuration

-;//   <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>

-;// </h>

-

-Stack_Size      EQU     51

-

-                AREA    STACK, NOINIT, READWRITE, ALIGN=3

-Stack_Mem       SPACE   Stack_Size

-

-

-;// <h> Heap Configuration

-;//   <o>  Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>

-;// </h>

-

-Heap_Size       EQU     0x00000000

-

-                AREA    HEAP, NOINIT, READWRITE, ALIGN=3

-Heap_Mem        SPACE   Heap_Size

-

-

-; System Control Register Addresses

-SYSCTL_BASE     EQU     0x400FE000      ; System Control Base Address

-PBORCTL_OFS     EQU     0x0030          ; Power-On & Brown-Out Reset Control

-LDOPC_OFS       EQU     0x0034          ; LDO Power

-SRCR0_OFS       EQU     0x0040          ; Software Reset Control 0

-SRCR1_OFS       EQU     0x0044          ; Software Reset Control 1

-SRCR2_OFS       EQU     0x0048          ; Software Reset Control 2

-RCC_OFS         EQU     0x0060          ; Run-Mode Clock Control

-RCGC0_OFS       EQU     0x0100          ; Run-Mode Clock Gating Control 0

-RCGC1_OFS       EQU     0x0104          ; Run-Mode Clock Gating Control 1

-RCGC2_OFS       EQU     0x0108          ; Run-Mode Clock Gating Control 2

-SCGC0_OFS       EQU     0x0110          ; Sleep-Mode Clock Gating Control 0

-SCGC1_OFS       EQU     0x0114          ; Sleep-Mode Clock Gating Control 1

-SCGC2_OFS       EQU     0x0118          ; Sleep-Mode Clock Gating Control 2

-DCGC0_OFS       EQU     0x0120          ; Deep-Sleep-Mode Clock Gating Control 0

-DCGC1_OFS       EQU     0x0124          ; Deep-Sleep-Mode Clock Gating Control 1

-DCGC2_OFS       EQU     0x0128          ; Deep-Sleep-Mode Clock Gating Control 2

-

-

-                PRESERVE8

-                

-

-; Area Definition and Entry Point

-;  Startup Code must be linked first at Address 0.

-

-                AREA    RESET, CODE, READONLY

-                THUMB

-

-				IMPORT	xPortPendSVHandler

-				IMPORT 	xPortSysTickHandler

-				IMPORT	vUART_ISR

-				IMPORT	vPortSVCHandler

-

-; Vector Table

-				EXPORT __Vectors

-__Vectors       DCD     Stack_Mem + Stack_Size  ; Top of Stack

-                DCD     Reset_Handler      		; Reset Handler

-                DCD     NmiSR            		; NMI Handler

-                DCD     DefaultISR       		; Hard Fault Handler

-                DCD     DefaultISR         		; MPU Fault Handler

-                DCD     DefaultISR         		; Bus Fault Handler

-                DCD     DefaultISR         		; Usage Fault Handler

-                DCD     0                       ; Reserved

-                DCD     0                       ; Reserved

-                DCD     0                       ; Reserved

-                DCD     0                       ; Reserved

-                DCD     vPortSVCHandler      	; SVCall Handler

-                DCD     DefaultISR         		; Debug Monitor Handler

-                DCD     0                       ; Reserved

-                DCD     xPortPendSVHandler      ; PendSV Handler

-                DCD     xPortSysTickHandler     ; SysTick Handler

-                DCD     DefaultISR         	; GPIO Port A Handler

-                DCD     DefaultISR         	; GPIO Port B Handler

-                DCD     DefaultISR         	; GPIO Port C Handler

-                DCD     DefaultISR         	; GPIO Port D Handler

-                DCD     DefaultISR         	; GPIO Port E Handler

-                DCD     vUART_ISR			; UART0 Rx/Tx Handler

-                DCD     DefaultISR         	; UART1 Rx/Tx Handler

-                DCD     DefaultISR         	; SSI Rx/Tx Handler

-                DCD     DefaultISR         	; I2C Master/Slave Handler

-                DCD     DefaultISR         ; PWM Fault Handler

-                DCD     DefaultISR         ; PWM Generator 0 Handler

-                DCD     DefaultISR         ; PWM Generator 1 Handler

-                DCD     DefaultISR         ; PWM Generator 2 Handler

-                DCD     DefaultISR         ; Quadrature Encoder Handler

-                DCD     DefaultISR         ; ADC Sequence 0 Handler

-                DCD     DefaultISR         ; ADC Sequence 1 Handler

-                DCD     DefaultISR         ; ADC Sequence 2 Handler

-                DCD     DefaultISR         ; ADC Sequence 3 Handler

-                DCD     DefaultISR         ; Watchdog Timer Handler

-                DCD     DefaultISR         ; Timer 0 Subtimer A Handler

-                DCD     DefaultISR         ; Timer 0 Subtimer B Handler

-                DCD     DefaultISR         ; Timer 1 Subtimer A Handler

-                DCD     DefaultISR         ; Timer 1 Subtimer B Handler

-                DCD     DefaultISR         ; Timer 2 Subtimer A Handler

-                DCD     DefaultISR         ; Timer 2 Subtimer B Handler

-                DCD     DefaultISR         ; Analog Comparator 0 Handler

-                DCD     DefaultISR         ; Analog Comparator 1 Handler

-                DCD     DefaultISR         ; Analog Comparator 2 Handler

-                DCD     DefaultISR         ; System Control Handler

-                DCD     DefaultISR         ; Flash Control Handler

-

-; Dummy Handlers are implemented as infinite loops which can be modified.

-

-NmiSR			B       NmiSR

-FaultISR		B		FaultISR

-				EXPORT FaultISR

-DefaultISR		B       DefaultISR

-

-

-; Reset Handler

-

-                EXPORT  Reset_Handler

-Reset_Handler   

-

-; Enable Clock Gating for Peripherals

-;                LDR     R0, =SYSCTL_BASE        ; System Control Base Address

-;                MVN     R1, #0                  ; Value 0xFFFFFFFF

-;                STR     R1, [R0,#RCGC0_OFS]     ; Run-Mode Clock Gating Ctrl 0

-;                STR     R1, [R0,#RCGC1_OFS]     ; Run-Mode Clock Gating Ctrl 1

-;                STR     R1, [R0,#RCGC2_OFS]     ; Run-Mode Clock Gating Ctrl 2

-

-; Enter the C code

-

-                IMPORT  __main

-                LDR     R0, =__main

-                BX      R0

-

-

-; User Initial Stack & Heap

-                AREA    |.text|, CODE, READONLY

-

-                IMPORT  __use_two_region_memory

-                EXPORT  __user_initial_stackheap

-__user_initial_stackheap

-

-                LDR     R0, =  Heap_Mem

-                LDR     R1, =(Stack_Mem + Stack_Size)

-                LDR     R2, = (Heap_Mem +  Heap_Size)

-                LDR     R3, = Stack_Mem

-                BX      LR

-

-                ALIGN

-

-

-                END

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/main.c
deleted file mode 100644
index 97c8118..0000000
--- a/FreeRTOS/Demo/CORTEX_LM3S102_KEIL/main.c
+++ /dev/null
@@ -1,638 +0,0 @@
-/*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

-

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

-

-    This file is part of the FreeRTOS distribution.

-

-    FreeRTOS is free software; you can redistribute it and/or modify it under

-    the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

-

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

-

-    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

-    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

-

-    1 tab == 4 spaces!

-

-    ***************************************************************************

-     *                                                                       *

-     *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

-     *                                                                       *

-     *    http://www.FreeRTOS.org/FAQHelp.html                               *

-     *                                                                       *

-    ***************************************************************************

-

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

-    license and Real Time Engineers Ltd. contact details.

-

-    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

-

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

-    mission critical applications that require provable dependability.

-*/

-

-/* 

- * This demo application creates six co-routines and two tasks (three including 

- * the idle task).  The co-routines execute as part of the idle task hook.

- *

- * Five of the created co-routines are the standard 'co-routine flash' 

- * co-routines contained within the Demo/Common/Minimal/crflash.c file and 

- * documented on the FreeRTOS.org WEB site.  

- *

- * The 'LCD Task' rotates a string on the LCD, delaying between each character

- * as necessitated by the slow interface, and delaying between each string just

- * long enough to enable the text to be read.

- *

- * The sixth co-routine and final task control the transmission and reception

- * of a string to UART 0.  The co-routine periodically sends the first 

- * character of the string to the UART, with the UART's TxEnd interrupt being

- * used to transmit the remaining characters.  The UART's RxEnd interrupt 

- * receives the characters and places them on a queue to be processed by the 

- * 'COMs Rx' task.  An error is latched should an unexpected character be 

- * received, or any character be received out of sequence.  

- *

- * A loopback connector is required to ensure that each character transmitted 

- * on the UART is also received on the same UART.  For test purposes the UART

- * FIFO's are not utalised in order to maximise the interrupt overhead.  Also

- * a pseudo random interval is used between the start of each transmission in 

- * order that the resultant interrupts are more randomly distributed and 

- * therefore more likely to highlight any problems.

- *

- * The flash co-routines control LED's zero to four.  LED five is toggled each

- * time the string is transmitted on the UART.  LED six is toggled each time

- * the string is CORRECTLY received on the UART.  LED seven is latched on should

- * an error be detected in any task or co-routine.

- *

- * In addition the idle task makes repetative calls to 

- * prvSetAndCheckRegisters().  This simply loads the general purpose registers 

- * with a known value, then checks each register to ensure the held value is 

- * still correct.  As a low priority task this checking routine is likely to 

- * get repeatedly swapped in and out.  A register being found to contain an 

- * incorrect value is therefore indicative of an error in the task switching 

- * mechansim.

- *

- */

-

-/* Scheduler include files. */

-#include "FreeRTOS.h"

-#include "task.h"

-#include "queue.h"

-#include "croutine.h"

-

-/* Demo application include files. */

-#include "partest.h"

-#include "crflash.h"

-

-/* Library include files. */

-#include "LM3Sxxx.h"

-#include "pdc.h"

-

-/* The time to delay between writing each character to the LCD. */

-#define mainCHAR_WRITE_DELAY		( 2 / portTICK_RATE_MS )

-

-/* The time to delay between writing each string to the LCD. */

-#define mainSTRING_WRITE_DELAY		( 400 / portTICK_RATE_MS )

-

-/* The number of flash co-routines to create. */

-#define mainNUM_FLASH_CO_ROUTINES	( 5 )

-

-/* The length of the queue used to pass received characters to the Comms Rx

-task. */

-#define mainRX_QUEUE_LEN			( 5 )

-

-/* The priority of the co-routine used to initiate the transmission of the 

-string on UART 0. */

-#define mainTX_CO_ROUTINE_PRIORITY	( 1 )

-

-/* Only one co-routine is created so its index is not important. */

-#define mainTX_CO_ROUTINE_INDEX		( 0 )

-

-/* The time between transmissions of the string on UART 0.   This is pseudo

-random in order to generate a bit or randomness to when the interrupts occur.*/

-#define mainMIN_TX_DELAY			( 40 / portTICK_RATE_MS )

-#define mainMAX_TX_DELAY			( ( portTickType ) 0x7f )

-#define mainOFFSET_TIME				( ( portTickType ) 3 )

-

-/* The time the Comms Rx task should wait to receive a character.  This should

-be slightly longer than the time between transmissions.  If we do not receive

-a character after this time then there must be an error in the transmission or

-the timing of the transmission. */

-#define mainCOMMS_RX_DELAY			( mainMAX_TX_DELAY + 20 )

-

-/* The task priorites. */

-#define mainLCD_TASK_PRIORITY		( tskIDLE_PRIORITY )

-#define mainCOMMS_RX_TASK_PRIORITY	( tskIDLE_PRIORITY + 1 )

-

-/* The LED's toggled by the various tasks. */

-#define mainCOMMS_FAIL_LED			( 7 )

-#define mainCOMMS_RX_LED			( 6 )

-#define mainCOMMS_TX_LED			( 5 )

-

-/* The baud rate used by the UART comms tasks/co-routine. */

-#define mainBAUD_RATE				( 57600 )

-

-/* FIFO setting for the UART.  The FIFO is not used to create a better test. */

-#define mainFIFO_SET				( 0x10 )

-

-/* The string that is transmitted on the UART contains sequentially the 

-characters from mainFIRST_TX_CHAR to mainLAST_TX_CHAR. */

-#define mainFIRST_TX_CHAR '0'

-#define mainLAST_TX_CHAR 'z'

-

-/* Just used to walk through the program memory in order that some random data

-can be generated. */

-#define mainTOTAL_PROGRAM_MEMORY ( ( unsigned long * ) ( 8 * 1024 ) )

-#define mainFIRST_PROGRAM_BYTES ( ( unsigned long * ) 4 )

-

-/*-----------------------------------------------------------*/

-

-/*

- * The task that rotates text on the LCD.

- */

-static void vLCDTask( void * pvParameters );

-

-/*

- * The task that receives the characters from UART 0.

- */

-static void vCommsRxTask( void * pvParameters );

-

-/*

- * The co-routine that periodically initiates the transmission of the string on

- * the UART.

- */

-static void vSerialTxCoRoutine( xCoRoutineHandle xHandle, unsigned portBASE_TYPE uxIndex );

-

-/* 

- * Writes a string the the LCD.

- */

-static void prvWriteString( const char *pcString );

-

-/*

- * Initialisation routine for the UART.

- */

-static void vSerialInit( void );

-

-/*

- * Thread safe write to the PDC.

- */

-static void prvPDCWrite( char cAddress, char cData );

-

-/*

- * Function to simply set a known value into the general purpose registers

- * then read them back to ensure they remain set correctly.  An incorrect value

- * being indicative of an error in the task switching mechanism.

- */

-void prvSetAndCheckRegisters( void );

-

-/*

- * Latch the LED that indicates that an error has occurred. 

- */

-void vSetErrorLED( void );

-

-/*

- * Sets up the PLL and ports used by the demo.

- */

-static void prvSetupHardware( void );

-

-/*-----------------------------------------------------------*/

-

-/* Error flag set to pdFAIL if an error is encountered in the tasks/co-routines

-defined within this file. */

-unsigned portBASE_TYPE uxErrorStatus = pdPASS;

-

-/* The next character to transmit. */

-static char cNextChar;

-

-/* The queue used to transmit characters from the interrupt to the Comms Rx

-task. */

-static xQueueHandle xCommsQueue;

-

-/*-----------------------------------------------------------*/

-

-int main( void )

-{

-	/* Create the queue used to communicate between the UART ISR and the Comms

-	Rx task. */

-	xCommsQueue = xQueueCreate( mainRX_QUEUE_LEN, sizeof( char ) );

-

-	/* Setup the ports used by the demo and the clock. */

-	prvSetupHardware();

-

-	/* Create the co-routines that flash the LED's. */

-	vStartFlashCoRoutines( mainNUM_FLASH_CO_ROUTINES );

-

-	/* Create the co-routine that initiates the transmission of characters

-	on the UART. */

-	xCoRoutineCreate( vSerialTxCoRoutine, mainTX_CO_ROUTINE_PRIORITY, mainTX_CO_ROUTINE_INDEX );

-

-	/* Create the LCD and Comms Rx tasks. */

-	xTaskCreate( vLCDTask, "LCD", configMINIMAL_STACK_SIZE, NULL, mainLCD_TASK_PRIORITY, NULL );

-	xTaskCreate( vCommsRxTask, "CMS", configMINIMAL_STACK_SIZE, NULL, mainCOMMS_RX_TASK_PRIORITY, NULL );

-

-	/* Start the scheduler running the tasks and co-routines just created. */

-	vTaskStartScheduler();

-

-	/* Should not get here unless we did not have enough memory to start the

-	scheduler. */

-	for( ;; );

-}

-/*-----------------------------------------------------------*/

-

-static void prvSetupHardware( void )

-{

-	/* Setup the PLL. */

-	SysCtlClockSet( SYSCTL_SYSDIV_10 | SYSCTL_USE_PLL | SYSCTL_OSC_MAIN | SYSCTL_XTAL_6MHZ );

-

-	/* Initialise the hardware used to talk to the LCD, LED's and UART. */

-	PDCInit();

-	vParTestInitialise();

-	vSerialInit();

-}

-/*-----------------------------------------------------------*/

-

-void vApplicationIdleHook( void )

-{

-	/* The co-routines are executed in the idle task using the idle task 

-	hook. */

-	for( ;; )

-	{

-		/* Schedule the co-routines. */

-		vCoRoutineSchedule();

-

-		/* Run the register check function between each co-routine. */

-		prvSetAndCheckRegisters();

-	}

-}

-/*-----------------------------------------------------------*/

-

-static void prvWriteString( const char *pcString )

-{

-	/* Write pcString to the LED, pausing between each character. */

-	prvPDCWrite(PDC_LCD_CSR, LCD_CLEAR);        

-	while( *pcString )

-	{

-		vTaskDelay( mainCHAR_WRITE_DELAY );

-		prvPDCWrite( PDC_LCD_RAM, *pcString );

-		pcString++;

-	}

-}

-/*-----------------------------------------------------------*/

-

-void vLCDTask( void * pvParameters )

-{

-unsigned portBASE_TYPE uxIndex;

-const unsigned char ucCFGData[] = {	

-											0x30,   /* Set data bus to 8-bits. */

-											0x30,

-											0x30,

-											0x3C,   /* Number of lines/font. */

-											0x08,   /* Display off. */

-											0x01,   /* Display clear. */

-											0x06,   /* Entry mode [cursor dir][shift]. */

-											0x0C	/* Display on [display on][curson on][blinking on]. */

-									  };  

-

-/* The strings that are written to the LCD. */

-const char *pcStringsToDisplay[] = {										

-											"Stellaris",

-											"Demo",

-											"One",

-											"www.FreeRTOS.org",

-											""

-									   };

-

-	/* Configure the LCD. */

-	uxIndex = 0;

-	while( uxIndex < sizeof( ucCFGData ) )

-	{

-		prvPDCWrite( PDC_LCD_CSR, ucCFGData[ uxIndex ] );

-		uxIndex++;

-		vTaskDelay( mainCHAR_WRITE_DELAY );

-	}

-

-	/* Turn the LCD Backlight on. */

-	prvPDCWrite( PDC_CSR, 0x01 );

-

-	/* Clear display. */

-	vTaskDelay( mainCHAR_WRITE_DELAY );

-	prvPDCWrite( PDC_LCD_CSR, LCD_CLEAR ); 

-

-	uxIndex = 0;

-	for( ;; )    

-	{

-		/* Display the string on the LCD. */

-		prvWriteString( pcStringsToDisplay[ uxIndex ] );

-		

-		/* Move on to the next string - wrapping if necessary. */

-		uxIndex++;

-		if( *( pcStringsToDisplay[ uxIndex ] ) == 0x00 )

-		{

-			uxIndex = 0;

-			/* Longer pause on the last string to be sent. */

-			vTaskDelay( mainSTRING_WRITE_DELAY * 2 );

-		}

-

-		/* Wait until it is time to move onto the next string. */

-		vTaskDelay( mainSTRING_WRITE_DELAY );

-	}

-}

-/*-----------------------------------------------------------*/

-

-static void vCommsRxTask( void * pvParameters )

-{

-static char cRxedChar, cExpectedChar;

-

-	/* Set the char we expect to receive to the start of the string. */

-	cExpectedChar = mainFIRST_TX_CHAR;

-

-	for( ;; )

-	{

-		/* Wait for a character to be received. */

-		xQueueReceive( xCommsQueue, ( void * ) &cRxedChar, mainCOMMS_RX_DELAY );

-

-		/* Was the character recived (if any) the expected character. */

-		if( cRxedChar != cExpectedChar )

-		{

-			/* Got an unexpected character.  This can sometimes occur when

-			reseting the system using the debugger leaving characters already

-			in the UART regsters. */

-			uxErrorStatus = pdFAIL;

-

-			/* Resync by waiting for the end of the current string. */

-			while( cRxedChar != mainLAST_TX_CHAR )

-			{

-				while( !xQueueReceive( xCommsQueue, ( void * ) &cRxedChar, portMAX_DELAY ) );

-			}

-

-			/* The next expected character is the start of the string again. */

-			cExpectedChar = mainFIRST_TX_CHAR;

-		}

-		else

-		{

-			if( cExpectedChar == mainLAST_TX_CHAR )

-			{

-				/* We have reached the end of the string - we now expect to 

-				receive the first character in the string again.   The LED is 

-				toggled to indicate that the entire string was received without

-				error. */

-				vParTestToggleLED( mainCOMMS_RX_LED );

-				cExpectedChar = mainFIRST_TX_CHAR;

-			}

-			else

-			{

-				/* We got the expected character, we now expect to receive the

-				next character in the string. */

-				cExpectedChar++;

-			}

-		}

-	}

-}

-/*-----------------------------------------------------------*/

-

-static void vSerialTxCoRoutine( xCoRoutineHandle xHandle, unsigned portBASE_TYPE uxIndex )

-{

-portTickType xDelayPeriod;

-static unsigned long *pulRandomBytes = mainFIRST_PROGRAM_BYTES;

-

-	/* Co-routine MUST start with a call to crSTART. */

-	crSTART( xHandle );

-

-	for(;;)

-    {	

-		/* Was the previously transmitted string received correctly? */

-		if( uxErrorStatus != pdPASS )

-		{

-			/* An error was encountered so set the error LED. */

-			vSetErrorLED();

-		}

-

-		/* The next character to Tx is the first in the string. */

-		cNextChar = mainFIRST_TX_CHAR;

-

-		UARTIntDisable( UART0_BASE, UART_INT_TX );

-		{

-			/* Send the first character. */

-			if( !( HWREG( UART0_BASE + UART_O_FR ) & UART_FR_TXFF ) )

-			{

-				HWREG( UART0_BASE + UART_O_DR ) = cNextChar;

-			}

-

-			/* Move the variable to the char to Tx on so the ISR transmits

-			the next character in the string once this one has completed. */

-			cNextChar++;

-		}

-		UARTIntEnable(UART0_BASE, UART_INT_TX);

-

-		/* Toggle the LED to show a new string is being transmitted. */

-        vParTestToggleLED( mainCOMMS_TX_LED );

-

-		/* Delay before we start the string off again.  A pseudo-random delay

-		is used as this will provide a better test. */

-		xDelayPeriod = xTaskGetTickCount() + ( *pulRandomBytes );

-

-		pulRandomBytes++;

-		if( pulRandomBytes > mainTOTAL_PROGRAM_MEMORY )

-		{

-			pulRandomBytes = mainFIRST_PROGRAM_BYTES;

-		}

-

-		/* Make sure we don't wait too long... */

-		xDelayPeriod &= mainMAX_TX_DELAY;

-

-		/* ...but we do want to wait. */

-		if( xDelayPeriod < mainMIN_TX_DELAY )

-		{

-			xDelayPeriod = mainMIN_TX_DELAY;

-		}

-

-		/* Block for the random(ish) time. */

-		crDELAY( xHandle, xDelayPeriod );

-    }

-

-	/* Co-routine MUST end with a call to crEND. */

-	crEND();

-}

-/*-----------------------------------------------------------*/

-

-static void vSerialInit( void )

-{

-	/* Enable the UART.  GPIOA has already been initialised. */

-	SysCtlPeripheralEnable(SYSCTL_PERIPH_UART0);

-

-	/* Set GPIO A0 and A1 as peripheral function.  They are used to output the

-	UART signals. */

-	GPIODirModeSet( GPIO_PORTA_BASE, GPIO_PIN_0 | GPIO_PIN_1, GPIO_DIR_MODE_HW );

-

-	/* Configure the UART for 8-N-1 operation. */

-	UARTConfigSet( UART0_BASE, mainBAUD_RATE, UART_CONFIG_WLEN_8 | UART_CONFIG_PAR_NONE | UART_CONFIG_STOP_ONE );

-

-	/* We dont want to use the fifo.  This is for test purposes to generate

-	as many interrupts as possible. */

-	HWREG( UART0_BASE + UART_O_LCR_H ) &= ~mainFIFO_SET;

-

-	/* Enable both Rx and Tx interrupts. */

-	HWREG( UART0_BASE + UART_O_IM ) |= ( UART_INT_TX | UART_INT_RX );

-	IntEnable( INT_UART0 );

-}

-/*-----------------------------------------------------------*/

-

-void vUART_ISR(void)

-{

-unsigned long ulStatus;

-char cRxedChar;

-portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;

-

-	/* What caused the interrupt. */

-	ulStatus = UARTIntStatus( UART0_BASE, pdTRUE );

-

-	/* Clear the interrupt. */

-	UARTIntClear( UART0_BASE, ulStatus );

-

-	/* Was an Rx interrpt pending? */

-	if( ulStatus & UART_INT_RX )

-	{

-		if( ( HWREG(UART0_BASE + UART_O_FR ) & UART_FR_RXFF ) )

-		{

-			/* Get the char from the buffer and post it onto the queue of

-			Rxed chars.  Posting the character should wake the task that is 

-			blocked on the queue waiting for characters. */

-			cRxedChar = ( char ) HWREG( UART0_BASE + UART_O_DR );

-			xQueueSendFromISR( xCommsQueue, &cRxedChar, &xHigherPriorityTaskWoken );

-		}		

-	}

-

-	/* Was a Tx interrupt pending? */

-	if( ulStatus & UART_INT_TX )

-	{

-		/* Send the next character in the string.  We are not using the FIFO. */

-		if( cNextChar <= mainLAST_TX_CHAR )

-		{

-			if( !( HWREG( UART0_BASE + UART_O_FR ) & UART_FR_TXFF ) )

-			{

-				HWREG( UART0_BASE + UART_O_DR ) = cNextChar;

-			}

-			cNextChar++;

-		}

-	}

-	

-	/* If a task was woken by the character being received then we force

-	a context switch to occur in case the task is of higher priority than

-	the currently executing task (i.e. the task that this interrupt 

-	interrupted.) */

-	portEND_SWITCHING_ISR( xHigherPriorityTaskWoken );

-}

-/*-----------------------------------------------------------*/

-

-static void prvPDCWrite( char cAddress, char cData )

-{

-	vTaskSuspendAll();

-	{

-		PDCWrite( cAddress, cData );

-	}

-	xTaskResumeAll();

-}

-/*-----------------------------------------------------------*/

-

-void vSetErrorLED( void )

-{

-	vParTestSetLED( mainCOMMS_FAIL_LED, pdTRUE );

-}

-/*-----------------------------------------------------------*/

-

-__asm void prvSetAndCheckRegisters( void )

-{

-	extern vSetErrorLED

-

-	/* Fill the general purpose registers with known values. */

-	mov r11, #10

-	add r0, r11, #1

-	add r1, r11, #2

-	add r2, r11, #3

-	add r3, r11, #4

-	add r4, r11, #5

-	add r5, r11, #6

-	add r6, r11, #7

-	add r7, r11, #8

-	add r8, r11, #9

-	add r9, r11, #10

-	add r10, r11, #11

-	add r12, r11, #12

-

-	/* Check the values are as expected. */

-	cmp r11, #10

-	bne set_error_led

-	cmp r0, #11

-	bne set_error_led

-	cmp r1, #12

-	bne set_error_led

-	cmp r2, #13

-	bne set_error_led

-	cmp r3, #14

-	bne set_error_led

-	cmp r4, #15

-	bne set_error_led

-	cmp r5, #16

-	bne set_error_led

-	cmp r6, #17

-	bne set_error_led

-	cmp r7, #18

-	bne set_error_led

-	cmp r8, #19

-	bne set_error_led

-	cmp r9, #20

-	bne set_error_led

-	cmp r10, #21

-	bne set_error_led

-	cmp r12, #22

-	bne set_error_led

-	bx lr

-

-set_error_led;

-	push {r14}

-	ldr r1, =vSetErrorLED

-	blx r1

-	pop {r14}

-	bx lr;

-}

-/*-----------------------------------------------------------*/

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index ff634f2..c946ba5 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index 540aa2e..dffffae 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index c9f4040..f5afbce 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index d82b40b..a6e9f70 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index 540aa2e..dffffae 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index e72f504..2c3daac 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index f4d595b..b4f3754 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index 34e7eb8..b2e92dd 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index 88bcae3..ea664fb 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index 8ec659a..d1deb36 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index 540aa2e..dffffae 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
index 6fe4a60..7b97fda 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
index 70f8a1f..70b8cc0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef COMMS_TEST_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
index 42c43f6..6204a4d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index 86765a9..72d106b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
index 333e98c..097bfb0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index d42c589..1f8e4ee 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
index dbdb4d5..b11e628 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index 9ebb6a0..02b6f8b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/RTOSDemo.Uv2 b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/RTOSDemo.Uv2
index 4199167..11d87f4 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/RTOSDemo.Uv2
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/RTOSDemo.Uv2
@@ -16,7 +16,7 @@
 File 1,1,<..\Common\Minimal\PollQ.c><PollQ.c>

 File 1,1,<..\Common\Minimal\BlockQ.c><BlockQ.c>

 File 1,1,<.\heap\heap_1.c><heap_1.c>

-File 2,4,<C:\Devtools\Keil\ARM\RV30\LIB\Luminary\driverlib.lib><driverlib.lib>

+File 2,4,<..\Common\drivers\LuminaryMicro\keil\driverlib.lib><driverlib.lib>

 File 3,1,<..\..\Source\tasks.c><tasks.c>

 File 3,1,<..\..\Source\list.c><list.c>

 File 3,1,<..\..\Source\queue.c><queue.c>

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 80b099c..ea5d902 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

@@ -85,22 +75,6 @@
 #include "FreeRTOS.h"

 #include "task.h"

 

-/* Setup the correct byte alignment mask for the defined byte alignment. */

-#if portBYTE_ALIGNMENT == 4

-	#define heapBYTE_ALIGNMENT_MASK	( ( size_t ) 0x0003 )

-#endif

-

-#if portBYTE_ALIGNMENT == 2

-	#define heapBYTE_ALIGNMENT_MASK	( ( size_t ) 0x0001 )

-#endif

-

-#if portBYTE_ALIGNMENT == 1 

-	#define heapBYTE_ALIGNMENT_MASK	( ( size_t ) 0x0000 )

-#endif

-

-#ifndef heapBYTE_ALIGNMENT_MASK

-	#error "Invalid portBYTE_ALIGNMENT definition"

-#endif

 

 /* Allocate the memory for the heap.  The struct is used to force byte

 alignment without using any non-portable code. */

@@ -119,10 +93,10 @@
 

 	/* Ensure that blocks are always aligned to the required number of bytes. */

 	#if portBYTE_ALIGNMENT != 1

-		if( xWantedSize & heapBYTE_ALIGNMENT_MASK )

+		if( xWantedSize & portBYTE_ALIGNMENT_MASK )

 		{

 			/* Byte alignment required. */

-			xWantedSize += ( portBYTE_ALIGNMENT - ( xWantedSize & heapBYTE_ALIGNMENT_MASK ) );

+			xWantedSize += ( portBYTE_ALIGNMENT - ( xWantedSize & portBYTE_ALIGNMENT_MASK ) );

 		}

 	#endif

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
index 0c640aa..677e5f4 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 42f551e..7f4e2c6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index b626c5a..0b0bb8b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index b501f36..aeba087 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index 20d8ae6..9f349cd 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
index 0e8d0dc..13515e1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index 5bc5d36..fcda62a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 69f22db..1d82f6c 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index 0911bd0..fb0e38d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index b626c5a..0b0bb8b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index b501f36..aeba087 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index 467185f..dacc3c7 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index f88c4a0..4a0cb5e 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index d478ea3..d1ad79f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
index ea6c401..ebdcda1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index 275414d..bf1c44a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
index b626c5a..0b0bb8b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
index b501f36..aeba087 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
index d67091a..d6bc5a1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
index f8bf1a1..6cc4e1f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
index bc6397c..8aea9dd 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
index d0d75ec..f012f77 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 /* Standard includes. */

 #include <string.h>

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index 654953f..f8f50e7 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index 485ffb1..37285f8 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS.org includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index cf5b540..c63c8d1 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
index 3b5404d..ca21bea 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Originally adapted from file written by Andreas Dannenberg.  Supplied with permission. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
index 02cabc1..e15ca2e 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index 5d8ed98..224b907 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index ffd682c..b19df76 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef LED_HH

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
index d34937c..4155bed 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS.org includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index 7eadeec..fc569b3 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index 28704db..c9adf82 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Originally adapted from file written by Andreas Dannenberg.  Supplied with permission. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
index 9247f12..80ae440 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
index 8719c1f..bb859fd 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
index ffd682c..b19df76 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef LED_HH

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
index f04d1b9..bebd37b 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS.org includes. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
index b8b1328..8dfc0ee 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
index b5f192c..1a91d38 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Originally adapted from file written by Andreas Dannenberg.  Supplied with permission. */

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
index 9247f12..80ae440 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
index f5275be..72b2c5c 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
index 0540f69..033a582 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
index b5ae515..8c32394 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 void vRegTest1Task( void ) __attribute__((naked));

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-blinky.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-blinky.c
index efd8999..97be1d4 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-full.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-full.c
index b01d5bc..164002c 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
index 43d00f2..a98b215 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
index d48e95e..9d9ff2c 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
index c622031..066b9ed 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
index 277890c..daedfdf 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 	RSEG    CODE:CODE(2)

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
index a50d883..5ffaad4 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
index 7647874..7d4cfc1 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
index 415e338..7489ace 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h
index d2a0fd8..fe3b4e0 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c
index 08590c4..88ea16e 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c
index d1d91fa..29e1475 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c
index d7961d1..a8bafca 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/FreeRTOSConfig.h
index 34b3fd3..5404e0c 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.c
index d1cfdb8..dcecaf8 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.s
index 66a816d..377504e 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <FreeRTOSConfig.h>

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main.c
index 23e5b84..99de7b6 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_blinky.c
index d1d91fa..29e1475 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_full.c
index f1575a5..9ed9205 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/FreeRTOSConfig.h
index 9a39e7f..8ffb560 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/RegTest.c
index d1cfdb8..dcecaf8 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/RegTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main.c
index 4137e66..a9bcce3 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_blinky.c
index d1d91fa..29e1475 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_full.c
index f1575a5..9ed9205 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h
index 9dab888..d08f246 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main.c
index 89150d7..8d02ad6 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_blinky.c
index db1c5a9..4774694 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_full.c
index 0849155..ae8bec5 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
index 288be1a..c648338 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
index 4f47584..5743b7e 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
index d1cfdb8..dcecaf8 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
index 235b5dc..9871fb4 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
index 7316322..ce8c6eb 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
index ae03845..9049f9b 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
index 66a816d..377504e 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <FreeRTOSConfig.h>

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
index 04ce49e..d804058 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
index 2a6ba64..6cd43fc 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/SAM4L_low_power_tick_management.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/SAM4L_low_power_tick_management.c
index 5f34553..becd64d 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/SAM4L_low_power_tick_management.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/SAM4L_low_power_tick_management.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h
index cb575f4..1b4763a 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
index cb3d4f9..49d1b1b 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,68 +44,58 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -129,21 +108,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_full.c
index 15b2c38..3612da7 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_low_power.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_low_power.c
index aad6a02..96a842f 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_low_power.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_low_power.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/comtest.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/comtest.c
index beee72c..b7aa3d4 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/comtest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/comtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
index 4d3684e..1c44876 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SERIAL_COMMS_H

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
index c36e059..1ef1894 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
index b36e8a6..cf5dd2a 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
index d52ab54..ad3a469 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c
index 471182a..75aaba5 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c
index 84ab35a..1153ef3 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
index 1ea49bd..f68c8ee 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
index 7597962..d1f8c24 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
index 27dea92..0fff89b 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
index 27ebaff..52a49f9 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
index c472e99..7b0e038 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
index 7e6c0ea..182ffd8 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
index 916ec48..5a1b3c2 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/Fujitu_source/core_cm3.h b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/Fujitu_source/core_cm3.h
index 43be05e..c7b52a3 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/Fujitu_source/core_cm3.h
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/Fujitu_source/core_cm3.h
@@ -60,6 +60,11 @@
 #include <stdint.h>                           /* Include standard types */

 

 

+#if   defined ( __CC_ARM )

+  #define __ASM            __asm                                      /*!< asm keyword for ARM Compiler          */

+  #define __INLINE         __inline                                   /*!< inline keyword for ARM Compiler       */

+  #define __STATIC_INLINE  static __inline

+#endif

 

 /**

  * IO definitions

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
index 5ea75eb..0e82bdc 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
index e48781a..39771f3 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
index 961cecb..6df6e09 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
index be8ebe9..ceac969 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index b8095a9..e2f83cd 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/application_defined_privileged_functions.h b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/application_defined_privileged_functions.h
index 2cda5f1..0b0ecb9 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/application_defined_privileged_functions.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/application_defined_privileged_functions.h
Binary files differ
diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
index 42258a4..d880475 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index c4c77c4..31694b9 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
index 52abecc..078232e 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #error "The batch file Demo\CORTEX_LPC1768_GCC_RedSuite\CreateProjectDirectoryStructure.bat must be executed before the first build.  After executing the batch file hit F5 to refrech the Eclipse project, then delete this line."

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
index ad18ecd..4d57360 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
index 1347b57..4e89c84 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
index acb6986..7eb1840 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef __HET_H__

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
index 44a26ca..510abd6 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
index 09f8a96..1eae2c6 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
index 0c13b1e..8305a21 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FLOP_TASKS_H

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
index 113fdf8..651984a 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
index d3ba2b4..0925f53 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
index 5ccbe9c..7de7472 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
index f20e232..54874d7 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
index 560eec0..d2687dd 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
index f5292b4..e281ad7 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
index dc58864..9f94136 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
index e24ddab..d1f123c 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef STM_32_SERIAL_COMMS_H

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
index e6d0c41..a664051 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
index e1629b3..8da5f8f 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
index 0012f58..6ca8e36 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
index c4e3e94..b816763 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index 327000c..2a57860 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index 0012f58..6ca8e36 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
index ae1e4e5..598d4cc 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index 98ff625..79e4fa2 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
index 966f3c3..2eaf990 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index 327000c..2a57860 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index 0012f58..6ca8e36 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
index ae1e4e5..598d4cc 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index 98ff625..79e4fa2 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
index 966f3c3..2eaf990 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index b504fdf..fb04a06 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index d82261b..b5cb76f 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 79fa662..db8c167 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS.org Logo as a 16bit bitmap. */

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index aca3a07..676b5b7 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index 966f3c3..2eaf990 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index 1c40959..d078a47 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index 8130969..71b7b4d 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index 95037d5..7ba5fca 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index 1cbd336..a5c18dc 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index d140b31..86d7171 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index e1a9f34..f7bc551 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef EMAC__H

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
index 8f4788a..24e4bb1 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
index f3ad1aa..0894d6d 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
index 6fbf10c..4d987ce 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
index 4df3440..6d07e28 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
index 40c6327..147d5fb 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Blinky-Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Blinky-Demo/main_blinky.c
index d155146..748c7f5 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Blinky-Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Blinky-Demo/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
index 5191218..ec547a3 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

@@ -93,7 +83,7 @@
  * Set configBUILD_FOR_DEVELOPMENT_KIT to 1 to run the demo on the SmartFusion2

  * development kit, or 0 to run the demo on the SmartFusion2 starter kit.  Refer

  * to the documentation page for this demo on the FreeRTOS.org website for

- * instruction on switching between the two hardware platforms.
+ * instruction on switching between the two hardware platforms.

  */

 #define configBUILD_FOR_DEVELOPMENT_KIT 0

 

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.h b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.h
index 5aabdb9..4f382a4 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.h
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef UART_COMMAND_CONSOLE_H

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/main_full.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/main_full.c
index 1937234..9fd65ef 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c
index 1c45830..9c4e398 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
index ba19527..75ca83b 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c
index 4b37eb5..d791abe 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
index afdcf08..511e561 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
index a97dc75..1811daf 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SEVENSEG_H

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
index f77c7df..48a3bee 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
index fc3f860..41ade70 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
index defdb80..86aef3a 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
index f64b15b..6c62c36 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef REG_TEST_H

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
index f22cf69..0adb705 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Layout of pins connected to GPIO on Xilinx FPGA evaluation board 

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
index 8745fce..c321734 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
index e843027..3218221 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*  Basic interrupt driven serial port driver for uart1.

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index d4e6f33..c171a6b 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index 828678f..0b0b1b6 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
index 02acafc..02c7988 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index a5f78d1..d5e5247 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index 09546f1..efb4469 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* CodeWarrior often thinks it knows better than you which files you want to 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
index d2d2769..2a9562d 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index 667299e..bf16d41 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index d525cdb..4f0da86 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 6ad4c61..0d5a170 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 671cae7..37b909f 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 53087b7..f061e38 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
index 644bc95..a6406f7 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
index efccd52..a9d31d6 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
index 79d74cc..1d92bd4 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 51aa5c0..3a800fc 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index 121d36e..44be956 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* CodeWarrior often thinks it knows better than you which files you want to 

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index 3b595a9..c720806 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index 1bf4492..36a09c6 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index 97d6693..a8bee6c 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef BASIC_WEB_SERVER_H

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index 667299e..bf16d41 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index d53159a..45497aa 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 11ac36b..9814437 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index 53087b7..f061e38 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index a5f45a3..6a0d12c 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index 89d6953..8bd7de9 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index 8a760ba..dcb0e03 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index 38226e0..563f102 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Full/BlockQ.c b/FreeRTOS/Demo/Common/Full/BlockQ.c
index 9250f49..19dd646 100644
--- a/FreeRTOS/Demo/Common/Full/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Full/BlockQ.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/PollQ.c b/FreeRTOS/Demo/Common/Full/PollQ.c
index abea473..831c61d 100644
--- a/FreeRTOS/Demo/Common/Full/PollQ.c
+++ b/FreeRTOS/Demo/Common/Full/PollQ.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Full/comtest.c b/FreeRTOS/Demo/Common/Full/comtest.c
index 81541c3..0fe2d2d 100644
--- a/FreeRTOS/Demo/Common/Full/comtest.c
+++ b/FreeRTOS/Demo/Common/Full/comtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/death.c b/FreeRTOS/Demo/Common/Full/death.c
index e4bae03..0f7a835 100644
--- a/FreeRTOS/Demo/Common/Full/death.c
+++ b/FreeRTOS/Demo/Common/Full/death.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/dynamic.c b/FreeRTOS/Demo/Common/Full/dynamic.c
index ac91533..8abfb49 100644
--- a/FreeRTOS/Demo/Common/Full/dynamic.c
+++ b/FreeRTOS/Demo/Common/Full/dynamic.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/events.c b/FreeRTOS/Demo/Common/Full/events.c
index 706a751..b1f4977 100644
--- a/FreeRTOS/Demo/Common/Full/events.c
+++ b/FreeRTOS/Demo/Common/Full/events.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/flash.c b/FreeRTOS/Demo/Common/Full/flash.c
index 9d3f523..7d03b5f 100644
--- a/FreeRTOS/Demo/Common/Full/flash.c
+++ b/FreeRTOS/Demo/Common/Full/flash.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Full/flop.c b/FreeRTOS/Demo/Common/Full/flop.c
index e8edf8d..8c2ac7a 100644
--- a/FreeRTOS/Demo/Common/Full/flop.c
+++ b/FreeRTOS/Demo/Common/Full/flop.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Full/integer.c b/FreeRTOS/Demo/Common/Full/integer.c
index 3485a35..8c48a9a 100644
--- a/FreeRTOS/Demo/Common/Full/integer.c
+++ b/FreeRTOS/Demo/Common/Full/integer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Full/print.c b/FreeRTOS/Demo/Common/Full/print.c
index 5860c10..6d84304 100644
--- a/FreeRTOS/Demo/Common/Full/print.c
+++ b/FreeRTOS/Demo/Common/Full/print.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Full/semtest.c b/FreeRTOS/Demo/Common/Full/semtest.c
index f05a310..ffc1769 100644
--- a/FreeRTOS/Demo/Common/Full/semtest.c
+++ b/FreeRTOS/Demo/Common/Full/semtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
index d7ffb72..616a913 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlock.c b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
index fe023c5..62d04a6 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlock.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
index 6cfcb51..8e9a0f7 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/AltQTest.c b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
index 5aa9930..dbd4736 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/BlockQ.c b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
index 63d1afc..f03d3db 100644
--- a/FreeRTOS/Demo/Common/Minimal/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/GenQTest.c b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
index 43967b7..2f2d0b3 100644
--- a/FreeRTOS/Demo/Common/Minimal/GenQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/IntQueue.c b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
index 518d2a6..0b0f64b 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntQueue.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/PollQ.c b/FreeRTOS/Demo/Common/Minimal/PollQ.c
index b5e92df..0375def 100644
--- a/FreeRTOS/Demo/Common/Minimal/PollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/PollQ.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/QPeek.c b/FreeRTOS/Demo/Common/Minimal/QPeek.c
index 8ed8a25..7275b3e 100644
--- a/FreeRTOS/Demo/Common/Minimal/QPeek.c
+++ b/FreeRTOS/Demo/Common/Minimal/QPeek.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
index b20f903..cfbc664 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueSet.c b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
index 5a269e9..57dacd7 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueSet.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
index 11b4a17..4ab94fe 100644
--- a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/blocktim.c b/FreeRTOS/Demo/Common/Minimal/blocktim.c
index 4684dcd..66d9c38 100644
--- a/FreeRTOS/Demo/Common/Minimal/blocktim.c
+++ b/FreeRTOS/Demo/Common/Minimal/blocktim.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest.c b/FreeRTOS/Demo/Common/Minimal/comtest.c
index 05c87ea..968e71d 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
index 110c2d1..54e2565 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/countsem.c b/FreeRTOS/Demo/Common/Minimal/countsem.c
index 1026b14..b4b9c2a 100644
--- a/FreeRTOS/Demo/Common/Minimal/countsem.c
+++ b/FreeRTOS/Demo/Common/Minimal/countsem.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Common/Minimal/crflash.c b/FreeRTOS/Demo/Common/Minimal/crflash.c
index fd2f9f7..2ba623c 100644
--- a/FreeRTOS/Demo/Common/Minimal/crflash.c
+++ b/FreeRTOS/Demo/Common/Minimal/crflash.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/crhook.c b/FreeRTOS/Demo/Common/Minimal/crhook.c
index 7ed46bf..eed304b 100644
--- a/FreeRTOS/Demo/Common/Minimal/crhook.c
+++ b/FreeRTOS/Demo/Common/Minimal/crhook.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/death.c b/FreeRTOS/Demo/Common/Minimal/death.c
index 2c8b4b6..bb311df 100644
--- a/FreeRTOS/Demo/Common/Minimal/death.c
+++ b/FreeRTOS/Demo/Common/Minimal/death.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Minimal/dynamic.c b/FreeRTOS/Demo/Common/Minimal/dynamic.c
index 620b91a..8da43fe 100644
--- a/FreeRTOS/Demo/Common/Minimal/dynamic.c
+++ b/FreeRTOS/Demo/Common/Minimal/dynamic.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/flash.c b/FreeRTOS/Demo/Common/Minimal/flash.c
index 59416ca..c9b8e6d 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Minimal/flash_timer.c b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
index a928711..6fc0f28 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash_timer.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/Common/Minimal/flop.c b/FreeRTOS/Demo/Common/Minimal/flop.c
index f5216c0..c9cd605 100644
--- a/FreeRTOS/Demo/Common/Minimal/flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/flop.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/integer.c b/FreeRTOS/Demo/Common/Minimal/integer.c
index 1229b0a..8782508 100644
--- a/FreeRTOS/Demo/Common/Minimal/integer.c
+++ b/FreeRTOS/Demo/Common/Minimal/integer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/recmutex.c b/FreeRTOS/Demo/Common/Minimal/recmutex.c
index f00c72b..42e4ef7 100644
--- a/FreeRTOS/Demo/Common/Minimal/recmutex.c
+++ b/FreeRTOS/Demo/Common/Minimal/recmutex.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/semtest.c b/FreeRTOS/Demo/Common/Minimal/semtest.c
index 4530f43..33277cf 100644
--- a/FreeRTOS/Demo/Common/Minimal/semtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/semtest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/Minimal/sp_flop.c b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
index c36dbbc..a7a96b5 100644
--- a/FreeRTOS/Demo/Common/Minimal/sp_flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/ethernetif.c b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/ethernetif.c
index d71a1a5..ba4f70b 100644
--- a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/ethernetif.c
+++ b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/ethernetif.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/arch.c b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/arch.c
index 41b648b..814c902 100644
--- a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/arch.c
+++ b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/arch.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* WinPCap includes. */

diff --git a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/netif.h b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/netif.h
index c4138e8..78c6d58 100644
--- a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/netif.h
+++ b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/netif.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef NET_IF_H

diff --git a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c
index 0b39614..711c2a2 100644
--- a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c
+++ b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* WinPCap includes. */

diff --git a/FreeRTOS/Demo/Common/include/AltBlckQ.h b/FreeRTOS/Demo/Common/include/AltBlckQ.h
index 98d97b3..4caba7d 100644
--- a/FreeRTOS/Demo/Common/include/AltBlckQ.h
+++ b/FreeRTOS/Demo/Common/include/AltBlckQ.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef ALT_BLOCK_Q_H

diff --git a/FreeRTOS/Demo/Common/include/AltBlock.h b/FreeRTOS/Demo/Common/include/AltBlock.h
index b38c5af..83d1f57 100644
--- a/FreeRTOS/Demo/Common/include/AltBlock.h
+++ b/FreeRTOS/Demo/Common/include/AltBlock.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FAST_BLOCK_TIME_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/AltPollQ.h b/FreeRTOS/Demo/Common/include/AltPollQ.h
index 5a25545..b54fbc4 100644
--- a/FreeRTOS/Demo/Common/include/AltPollQ.h
+++ b/FreeRTOS/Demo/Common/include/AltPollQ.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef ALT_POLLED_Q_H

diff --git a/FreeRTOS/Demo/Common/include/AltQTest.h b/FreeRTOS/Demo/Common/include/AltQTest.h
index 70eba03..f4db585 100644
--- a/FreeRTOS/Demo/Common/include/AltQTest.h
+++ b/FreeRTOS/Demo/Common/include/AltQTest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FAST_GEN_Q_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/BlockQ.h b/FreeRTOS/Demo/Common/include/BlockQ.h
index 0f3cd0d..e8c00d8 100644
--- a/FreeRTOS/Demo/Common/include/BlockQ.h
+++ b/FreeRTOS/Demo/Common/include/BlockQ.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef BLOCK_Q_H

diff --git a/FreeRTOS/Demo/Common/include/GenQTest.h b/FreeRTOS/Demo/Common/include/GenQTest.h
index b284b1f..e08aaef 100644
--- a/FreeRTOS/Demo/Common/include/GenQTest.h
+++ b/FreeRTOS/Demo/Common/include/GenQTest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef GEN_Q_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/IntQueue.h b/FreeRTOS/Demo/Common/include/IntQueue.h
index 3eca484..5456f58 100644
--- a/FreeRTOS/Demo/Common/include/IntQueue.h
+++ b/FreeRTOS/Demo/Common/include/IntQueue.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef QUEUE_ACCESS_TEST

diff --git a/FreeRTOS/Demo/Common/include/PollQ.h b/FreeRTOS/Demo/Common/include/PollQ.h
index 87520a6..d9478ed 100644
--- a/FreeRTOS/Demo/Common/include/PollQ.h
+++ b/FreeRTOS/Demo/Common/include/PollQ.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef POLLED_Q_H

diff --git a/FreeRTOS/Demo/Common/include/QPeek.h b/FreeRTOS/Demo/Common/include/QPeek.h
index aa5a0b9..8e7b27e 100644
--- a/FreeRTOS/Demo/Common/include/QPeek.h
+++ b/FreeRTOS/Demo/Common/include/QPeek.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef Q_PEEK_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/QueueOverwrite.h b/FreeRTOS/Demo/Common/include/QueueOverwrite.h
index fc12312..e421c63 100644
--- a/FreeRTOS/Demo/Common/include/QueueOverwrite.h
+++ b/FreeRTOS/Demo/Common/include/QueueOverwrite.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef QUEUE_OVERWRITE_H

diff --git a/FreeRTOS/Demo/Common/include/QueueSet.h b/FreeRTOS/Demo/Common/include/QueueSet.h
index bd87fc1..84e49b5 100644
--- a/FreeRTOS/Demo/Common/include/QueueSet.h
+++ b/FreeRTOS/Demo/Common/include/QueueSet.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef QUEUE_WAIT_MULTIPLE_H

diff --git a/FreeRTOS/Demo/Common/include/TimerDemo.h b/FreeRTOS/Demo/Common/include/TimerDemo.h
index febdf5a..c695d5f 100644
--- a/FreeRTOS/Demo/Common/include/TimerDemo.h
+++ b/FreeRTOS/Demo/Common/include/TimerDemo.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef TIMER_DEMO_H

diff --git a/FreeRTOS/Demo/Common/include/blocktim.h b/FreeRTOS/Demo/Common/include/blocktim.h
index 967f39b..b957d73 100644
--- a/FreeRTOS/Demo/Common/include/blocktim.h
+++ b/FreeRTOS/Demo/Common/include/blocktim.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef BLOCK_TIME_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/comtest.h b/FreeRTOS/Demo/Common/include/comtest.h
index 9cb94a5..baef123 100644
--- a/FreeRTOS/Demo/Common/include/comtest.h
+++ b/FreeRTOS/Demo/Common/include/comtest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef COMTEST_H

diff --git a/FreeRTOS/Demo/Common/include/comtest2.h b/FreeRTOS/Demo/Common/include/comtest2.h
index 85dc9d5..2a9efa1 100644
--- a/FreeRTOS/Demo/Common/include/comtest2.h
+++ b/FreeRTOS/Demo/Common/include/comtest2.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef COMTEST_H

diff --git a/FreeRTOS/Demo/Common/include/comtest_strings.h b/FreeRTOS/Demo/Common/include/comtest_strings.h
index 1d838b0..f9d32f6 100644
--- a/FreeRTOS/Demo/Common/include/comtest_strings.h
+++ b/FreeRTOS/Demo/Common/include/comtest_strings.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef COMTEST_STRINGS_H

diff --git a/FreeRTOS/Demo/Common/include/countsem.h b/FreeRTOS/Demo/Common/include/countsem.h
index 3bf4d08..bec7250 100644
--- a/FreeRTOS/Demo/Common/include/countsem.h
+++ b/FreeRTOS/Demo/Common/include/countsem.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef COUNT_SEMAPHORE_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/crflash.h b/FreeRTOS/Demo/Common/include/crflash.h
index 3438add..6da914a 100644
--- a/FreeRTOS/Demo/Common/include/crflash.h
+++ b/FreeRTOS/Demo/Common/include/crflash.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef CRFLASH_LED_H

diff --git a/FreeRTOS/Demo/Common/include/crhook.h b/FreeRTOS/Demo/Common/include/crhook.h
index 0cb0186..5b1d87a 100644
--- a/FreeRTOS/Demo/Common/include/crhook.h
+++ b/FreeRTOS/Demo/Common/include/crhook.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef CRHOOK_H

diff --git a/FreeRTOS/Demo/Common/include/death.h b/FreeRTOS/Demo/Common/include/death.h
index 58a3274..6f79f72 100644
--- a/FreeRTOS/Demo/Common/include/death.h
+++ b/FreeRTOS/Demo/Common/include/death.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SUICIDE_TASK_H

diff --git a/FreeRTOS/Demo/Common/include/dynamic.h b/FreeRTOS/Demo/Common/include/dynamic.h
index 9667401..6b25969 100644
--- a/FreeRTOS/Demo/Common/include/dynamic.h
+++ b/FreeRTOS/Demo/Common/include/dynamic.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef DYNAMIC_MANIPULATION_H

diff --git a/FreeRTOS/Demo/Common/include/fileIO.h b/FreeRTOS/Demo/Common/include/fileIO.h
index 086babc..1dc6127 100644
--- a/FreeRTOS/Demo/Common/include/fileIO.h
+++ b/FreeRTOS/Demo/Common/include/fileIO.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FILE_IO_H

diff --git a/FreeRTOS/Demo/Common/include/flash.h b/FreeRTOS/Demo/Common/include/flash.h
index bc060a1..4df0c55 100644
--- a/FreeRTOS/Demo/Common/include/flash.h
+++ b/FreeRTOS/Demo/Common/include/flash.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FLASH_LED_H

diff --git a/FreeRTOS/Demo/Common/include/flash_timer.h b/FreeRTOS/Demo/Common/include/flash_timer.h
index 5e043b7..4c0bb27 100644
--- a/FreeRTOS/Demo/Common/include/flash_timer.h
+++ b/FreeRTOS/Demo/Common/include/flash_timer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FLASH_TIMER_H

diff --git a/FreeRTOS/Demo/Common/include/flop.h b/FreeRTOS/Demo/Common/include/flop.h
index 0c13b1e..8305a21 100644
--- a/FreeRTOS/Demo/Common/include/flop.h
+++ b/FreeRTOS/Demo/Common/include/flop.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FLOP_TASKS_H

diff --git a/FreeRTOS/Demo/Common/include/integer.h b/FreeRTOS/Demo/Common/include/integer.h
index c67e21f..64261f2 100644
--- a/FreeRTOS/Demo/Common/include/integer.h
+++ b/FreeRTOS/Demo/Common/include/integer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INTEGER_TASKS_H

diff --git a/FreeRTOS/Demo/Common/include/mevents.h b/FreeRTOS/Demo/Common/include/mevents.h
index 11092fc..68bb758 100644
--- a/FreeRTOS/Demo/Common/include/mevents.h
+++ b/FreeRTOS/Demo/Common/include/mevents.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef EVENTS_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/partest.h b/FreeRTOS/Demo/Common/include/partest.h
index 5e1f223..c8df286 100644
--- a/FreeRTOS/Demo/Common/include/partest.h
+++ b/FreeRTOS/Demo/Common/include/partest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PARTEST_H

diff --git a/FreeRTOS/Demo/Common/include/print.h b/FreeRTOS/Demo/Common/include/print.h
index d1766d7..2f4c145 100644
--- a/FreeRTOS/Demo/Common/include/print.h
+++ b/FreeRTOS/Demo/Common/include/print.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PRINT_H

diff --git a/FreeRTOS/Demo/Common/include/recmutex.h b/FreeRTOS/Demo/Common/include/recmutex.h
index b771f64..c6b6248 100644
--- a/FreeRTOS/Demo/Common/include/recmutex.h
+++ b/FreeRTOS/Demo/Common/include/recmutex.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef RECURSIVE_MUTEX_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/semtest.h b/FreeRTOS/Demo/Common/include/semtest.h
index eaca003..2c803a6 100644
--- a/FreeRTOS/Demo/Common/include/semtest.h
+++ b/FreeRTOS/Demo/Common/include/semtest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SEMAPHORE_TEST_H

diff --git a/FreeRTOS/Demo/Common/include/serial.h b/FreeRTOS/Demo/Common/include/serial.h
index 4d3684e..1c44876 100644
--- a/FreeRTOS/Demo/Common/include/serial.h
+++ b/FreeRTOS/Demo/Common/include/serial.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SERIAL_COMMS_H

diff --git a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
index aaa925d..adb41e5 100644
--- a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
index ed256b7..136abcc 100644
--- a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 #include <c8051f120.h>

 

diff --git a/FreeRTOS/Demo/Cygnal/main.c b/FreeRTOS/Demo/Cygnal/main.c
index e342094..0cf4f3d 100644
--- a/FreeRTOS/Demo/Cygnal/main.c
+++ b/FreeRTOS/Demo/Cygnal/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Cygnal/serial/serial.c b/FreeRTOS/Demo/Cygnal/serial/serial.c
index add380c..692c0b1 100644
--- a/FreeRTOS/Demo/Cygnal/serial/serial.c
+++ b/FreeRTOS/Demo/Cygnal/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/Flshlite/FRConfig.h b/FreeRTOS/Demo/Flshlite/FRConfig.h
index a2710e0..5aa9fd4 100644
--- a/FreeRTOS/Demo/Flshlite/FRConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FRConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
index 230dcad..480cc95 100644
--- a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
+++ b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <stdio.h>

diff --git a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
index ca35b15..b4a7304 100644
--- a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
index 4712232..0b9cc76 100644
--- a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Flshlite/main.c b/FreeRTOS/Demo/Flshlite/main.c
index 71b6f11..2dc1793 100644
--- a/FreeRTOS/Demo/Flshlite/main.c
+++ b/FreeRTOS/Demo/Flshlite/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/Flshlite/serial/serial.c b/FreeRTOS/Demo/Flshlite/serial/serial.c
index e5be784..b558aa7 100644
--- a/FreeRTOS/Demo/Flshlite/serial/serial.c
+++ b/FreeRTOS/Demo/Flshlite/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 0855d72..ac17586 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index 3ceddf0..31db3a3 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/main.c b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
index 3875842..9d54a6c 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
index 3d93fa7..79c8f17 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 42e18e8..f2fbb8b 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index e4259c1..32bedbc 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
index f9d1d6a..3338137 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,49 +1,38 @@
 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -56,21 +45,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index 151c346..81b942a 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index 646d4c2..c110aa8 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index e4259c1..32bedbc 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
index ff81524..6eb2749 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
index 07998ad..589210e 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 0561ea5..5c92a5a 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /** 

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
index 308ac2c..59e54fc 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /** 

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/main.c b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
index 6669d2b..e763807 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
@@ -1,49 +1,38 @@
 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -56,21 +45,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
index 9471f04..4b80b19 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index 94159c8..625e14a 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
index 50c3480..687a362 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
index e3b252c..123838c 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
index 02f177e..699181c 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
index c2f432b..dbde52f 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
index 25a5b85..c99a565 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
index 50c3480..687a362 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
index 2e3c667..bd91394 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
index b333254..b98a308 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
index ddacdaf..1cb12d8 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* BASIC INTERRUPT DRIVEN SERIAL PORT DRIVER.   

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index e3f4bdd..0b72c3e 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index 1d68eb1..9adf3a8 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef DICE_TASK_H

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index d198189..8d8f9f7 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index 3724331..7adf3a0 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index b588a9d..fe5b727 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
index 12e859c..4461bbb 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
index 6b31481..29773b6 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
index 349e2b1..f6b1df4 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
index 4d08658..62209bb 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
index c24117f..7aed321 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
index 4854bc6..3aa7e50 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
index aea02d8..993935e 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
index 349e2b1..f6b1df4 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43 b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
index 29b914f..08b44c7 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 #include "msp430.h"

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
index 704a845..bacc39c 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
index 580f4b8..6ae754e 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
index 5c8e7eb..70e3da8 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h b/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
index 1f062f3..6d66694 100644
--- a/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c b/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
index e25105d..2e9d25c 100644
--- a/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/MicroBlaze/main.c b/FreeRTOS/Demo/MicroBlaze/main.c
index 5e1e5b6..7da255f 100644
--- a/FreeRTOS/Demo/MicroBlaze/main.c
+++ b/FreeRTOS/Demo/MicroBlaze/main.c
@@ -1,50 +1,39 @@
 #error This project has been reworked for use with a later version of the Xilinx tools and IP.  Please find more up to date projects in other FreeRTOS/Demo/MicroBlaze_nnn directories.

 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -57,21 +46,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/MicroBlaze/serial/serial.c b/FreeRTOS/Demo/MicroBlaze/serial/serial.c
index 835795e..0b5be52 100644
--- a/FreeRTOS/Demo/MicroBlaze/serial/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c
index 0938691..4a64e96 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
index 1930736..548bc5c 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
index 78928aa..f1e85ee 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
index 32dcf8d..727c207 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c
index e6a1f96..7b6c679 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-blinky.c
index 7044614..7d1988e 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-full.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-full.c
index 07b1c5d..e4cf497 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
index ec47755..e283d7a 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
index ab8939a..5fd53ea 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index 41e7fb3..acfba01 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
index 8337675..9b9ee18 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index cffb2e4..ad5b9eb 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index d8c84b9..c5ac817 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index 452b261..84c59ea 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index 8422cc2..6c37a0a 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c b/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
index 1a21e08..7c14a1e 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c b/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
index 2d4818e..b3dc7a5 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
index 629e7ab..43b64a8 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
index 556b766..cc60607 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
index 823f887..5a0ad0f 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
index 98f6eff..aed6a4a 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
index 2eff70d..25ee183 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
index 9265795..96840ea 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* NOTE:  This is just a test file and not intended to be a generic 

diff --git a/FreeRTOS/Demo/PC/FRConfig.h b/FreeRTOS/Demo/PC/FRConfig.h
index 79747c6..75b4a0e 100644
--- a/FreeRTOS/Demo/PC/FRConfig.h
+++ b/FreeRTOS/Demo/PC/FRConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PC/FileIO/fileIO.c b/FreeRTOS/Demo/PC/FileIO/fileIO.c
index 169d3d4..2ec19ba 100644
--- a/FreeRTOS/Demo/PC/FileIO/fileIO.c
+++ b/FreeRTOS/Demo/PC/FileIO/fileIO.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <stdio.h>

diff --git a/FreeRTOS/Demo/PC/FreeRTOSConfig.h b/FreeRTOS/Demo/PC/FreeRTOSConfig.h
index af13d5c..d36981e 100644
--- a/FreeRTOS/Demo/PC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PC/ParTest/ParTest.c b/FreeRTOS/Demo/PC/ParTest/ParTest.c
index 2b5efe9..1189f3c 100644
--- a/FreeRTOS/Demo/PC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PC/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PC/main.c b/FreeRTOS/Demo/PC/main.c
index b186727..80beafb 100644
--- a/FreeRTOS/Demo/PC/main.c
+++ b/FreeRTOS/Demo/PC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /**

diff --git a/FreeRTOS/Demo/PC/serial/serial.c b/FreeRTOS/Demo/PC/serial/serial.c
index 4e38a87..7597621 100644
--- a/FreeRTOS/Demo/PC/serial/serial.c
+++ b/FreeRTOS/Demo/PC/serial/serial.c
@@ -6,50 +6,39 @@
 */

 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -62,21 +51,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index 59264bc..333d6e5 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
index e339c5d..b5d66e3 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main1.c b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
index 50df6e8..f6319c8 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main1.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main2.c b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
index 68548a4..59e40a7 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main2.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main3.c b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
index 50369fd..5a701d8 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main3.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
index c4b8657..aeb56b3 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index 854a2e4..9ca37d0 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
index 6736035..8d37f61 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
index abffe9c..d0e33a7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
index 79d680f..8a1dab4 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
index 7d07f1d..24f5a1a 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index 91f4fb9..9101a1f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
index eb42b0f..c5e099a 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
index abffe9c..d0e33a7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
index dcb2012..0e8e4c2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
index d1db3fd..543e5af 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index 6dfbb2da..c87aa29 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
index eb42b0f..c5e099a 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
index abffe9c..d0e33a7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
index dcb2012..0e8e4c2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
index d0779a6..4f49221 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index b58d046..91d24b0 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
index eb42b0f..c5e099a 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
index abffe9c..d0e33a7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
index dcb2012..0e8e4c2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
index c3521cc..9c041e6 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index 26b79f7..aae38d2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
index eb42b0f..c5e099a 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
index abffe9c..d0e33a7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
index dcb2012..0e8e4c2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
index 5b7724f..02bd122 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index bdd6a76..f09428e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
index eb42b0f..c5e099a 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
index abffe9c..d0e33a7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
index dcb2012..0e8e4c2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
index fa5ff87..27bb66b 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index 2c5b27e..ad0ad06 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
index eb42b0f..c5e099a 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
index abffe9c..d0e33a7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
index dcb2012..0e8e4c2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
index 84b2010..fc2a348 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
index f02f3f8..c941271 100644
--- a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
index a398887..12d3ae1 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
index 9fc6ebd..19c5934 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
index 21531a8..7a33694 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index 1d7ff90..5164ac6 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
index 3fcb94d..48348d9 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
index 44ca0f8..dce4f8f 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
index deff7ad..c29388a 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef LCD_INC_H

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/main.c b/FreeRTOS/Demo/PIC24_MPLAB/main.c
index 8710f02..edd07bd 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
index 185de4f..747bd8f 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
index 6d30020..0cef602 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/timertest.h b/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
index 3a5f601..98b78e7 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef TIMER_TEST_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
index ec82c18..6eb4ef9 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
index 7526c7c..f206ce4 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef CONFIG_PERFORMANCE_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index ec7f0db..4b4dc35 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index 62c1b06..dcb6899 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index c7a486e..ed29a14 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

  

 #include <p32xxxx.h>

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
index 7aa6126..7b1904d 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
index b515894..64cc6a7 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
index 4c76ed4..611afcc 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* peripheral library include */

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
index deff7ad..c29388a 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef LCD_INC_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
index 21b520b..37f63e4 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
index c88e0c0..c02aed7 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
index 53cfd60..739948e 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
index 12a36d3..0a80376 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
index f7cfbf6..6c16e5c 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
index 3a5f601..98b78e7 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef TIMER_TEST_H

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
index 5878870..838b01a 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <p32xxxx.h>

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index e5f5b7c..712eda3 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 179c4dd..353e235 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 6fd6ce1..3856619 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FLOP_REG_TEST_H

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index a1af2ab..bd2b3af 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index d699202..c18f90b 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index 4929e33..8ff5eb7 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index 0386f7c..c5ce8d7 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 627654b..ffe9adc 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 179c4dd..353e235 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 6fd6ce1..3856619 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FLOP_REG_TEST_H

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index a1af2ab..bd2b3af 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index f7fefe3..792ba4d 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index 4929e33..8ff5eb7 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index 0386f7c..c5ce8d7 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 744f609..3108b7f 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 0cfc0ae..4cafc31 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 6fd6ce1..3856619 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FLOP_REG_TEST_H

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index e4f58c2..0037375 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 823da22..61b4066 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index b23eb47..143f951 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 0d06ffb..1ecaf15 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 744f609..3108b7f 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 061352d..5b6ff9d 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 6fd6ce1..3856619 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FLOP_REG_TEST_H

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 824c0e8..202e546 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 079bd35..ef7c690 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index b23eb47..143f951 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 0d06ffb..1ecaf15 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 264e0fc..0de736a 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 061352d..5b6ff9d 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 6fd6ce1..3856619 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FLOP_REG_TEST_H

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 824c0e8..202e546 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 10834ad..3b348cd 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 98876ac..e215b86 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 0d06ffb..1ecaf15 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
index 2efe29d..a743b08 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h b/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
index 74eecc0..4390d42 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef LED_IO_H

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main.c b/FreeRTOS/Demo/RL78_multiple_IAR/main.c
index 74e4858..1412202 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
index 0f59d2f..ad65da5 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
index 499871b..aabc229 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
index 574cf19..d66e924 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
index f979620..d3cd62b 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
index 7f7d3e9..d408e54 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
index 3cfb6f4..a45ac84 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_low_power.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_low_power.c
index 8dda4d6..a9bfa41 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_low_power.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_low_power.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
index 8c7ae55..47179f8 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c b/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
index f979620..d3cd62b 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
index d87827d..380abc5 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PRIORITY_DEFINITIONS_H

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main.c b/FreeRTOS/Demo/RX100-RSK_IAR/main.c
index 2e9cc4b..b55ff62 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c b/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
index 60e24d4..48d8a5f 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c b/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
index 14807a8..61734a3 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s b/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
index 4572c77..2ef4922 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 	PUBLIC _vRegTest1Implementation

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
index eb34a44..c12170f 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
index f979620..d3cd62b 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
index 2784434..079211d 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
index 712bd88..7ffd2b3 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_low_power.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_low_power.c
index dea215d..89b2344 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_low_power.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_low_power.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
index c423698..bca9d5f 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 09a0fa6..e474de1 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 32328ad..3bd9818 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 6595f22..00fb10d 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
index 7a16e49..1182ea9 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
index d21b6ea..d848564 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef BUTTON_AND_LCD_H

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
index cfc5006..2ff17a9 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
index dd06e81..13dbdd9 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
index 0207ee3..9c62f25 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 34a9754..17cc005 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
index 19b9243..b42df50 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
index 9b64198..480c4aa 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
index 9d5e167..ee090ed 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
index a5edbc3..39311fc 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
index d8efb73..a39c260 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
index 33f1461..1256b95 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
index 27479df..65fe7f8 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
index a2c946a..dc4ae8d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
index 0d6954e..c305fb9 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
index c1f2038..75e287d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
index 259ce69..d50c8e3 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PRIORITY_DEFINITIONS_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
index ee8db71..ef41973 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 	PUBLIC _prvRegTest1Implementation

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
index 6e6e336..42fc8fe 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
index 6a20163..c08df7a 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
index 6683c8e..c83d4d6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
index f0e10f5..2a500f0 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index ddf8a98..734bbbb 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 32328ad..3bd9818 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index 6595f22..00fb10d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
index 65008aa..2f48c56 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
index ea93729..f877604 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
index ad1e0f5..d1a5edf 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
index d8efb73..a39c260 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
index 14654c2..1851461 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
index c185b11..faa9077 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 34a9754..17cc005 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
index 19b9243..b42df50 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
index 5c737b5..3d11a9d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
index 9d5e167..ee090ed 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
index a5edbc3..39311fc 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
index d8efb73..a39c260 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
index 33f1461..1256b95 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
index 1c5aaa6..e09684f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
index a2c946a..dc4ae8d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
index 0d6954e..c305fb9 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
index f5966a9..4539f02 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
index 259ce69..d50c8e3 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PRIORITY_DEFINITIONS_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
index ee8db71..ef41973 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 	PUBLIC _prvRegTest1Implementation

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
index cecf1c2..c4a6652 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
index 2fafab4..f6ba6d2 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
index 6683c8e..c83d4d6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
index f0e10f5..2a500f0 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 6428da3..e5b1e51 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 32328ad..3bd9818 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 6595f22..00fb10d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
index 5c737b5..3d11a9d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
index ea93729..f877604 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
index c4fc67e..bd6af54 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
index d8efb73..a39c260 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
index 4e126b7..de812df 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 19f2245..de29be9 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 32328ad..3bd9818 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 6595f22..00fb10d 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
index 7a16e49..1182ea9 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
index 4322a6f..6b73815 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
index 48b92f0..82ed5c9 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 1708f65..087c934 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 8eefd7f..0c12dd1 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index bbd4ec5..72d4a96 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
index 1311179..d1a74c4 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INT_QUEUE_TIMER_H

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
index ec4c6c8..f0a23f8 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
index 55db40a..edf6eb9 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
index 39cdb36..9e6c7a3 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* ****************************************************************************

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
index d8efb73..a39c260 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
index 66f4523..ca892a4 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
index f3931b9..bc7f32a 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "iodefine.h"

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
index 43b3f9d..13c1c8c 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
index bbd36d0..63684a0 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
index 89cb495..56447a2 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
index 7e92330..a65cd06 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
index 053db70..fdebf7d 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
index 49e6827..83aa91b 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
index 41ad21c..4363830 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
index 8e86d45..da30b40 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INTERRUPT_NEST_TEST_H

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
index d05aae9..85980ed 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler Includes. */

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
index 46dd9bf..3f9fea8 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
index c84e225..e84c24c 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Hardware specific includes. */

diff --git a/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c b/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
index 0cdb121..386906a 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
index de93961..7d62387 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
index c30979b..f3e6fdd 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main.c b/FreeRTOS/Demo/WIN32-MSVC/main.c
index dfd411f..137a202 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c b/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
index 30414b8..a43c927 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_full.c b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
index d5a4cb4..1dadba8 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_full.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
index 0cdb121..386906a 100644
--- a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
+++ b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
index 67f1e36..7631246 100644
--- a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/WIN32-MingW/main.c b/FreeRTOS/Demo/WIN32-MingW/main.c
index 6b4c2e7..0d50610 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index 0623d52..b881c60 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index 10f6afd..89f25d9 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index 9948844..7d9b7ee 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef HTTP_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index 8dd2b13..b0c3c90 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 91b9ede..a30b073 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef TCP_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index 971c631..d4e73a2 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler include files. */

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index 83c57e0..8c4f78f 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef HTML_PAGES_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index c7d56de..238f189 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index 946aec6..fc65ac2 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef I2C_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index 39bc110..f293471 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
index 25b3f45..77929fc 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index b6c476d..6543d1e 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index a355f50..db31cb3 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index c5fa0df..217ffc3 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef HTTP_TASK_H

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
index b79c6a7..763edf9 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index e24d406..4738a7f 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index 07ac3d5..968c6c2 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index 8d79754..d716580 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
index 47f7c0b..3b236e7 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
index deff7ad..c29388a 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef LCD_INC_H

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/main.c b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
index 11ab9a2..17f8d2a 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/main.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
index 30d6b1d..1cd2908 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
index 6d30020..0cef602 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* High speed timer test as described in main.c. */

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
index 3a5f601..98b78e7 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef TIMER_TEST_H

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index 2a02c16..bfb18b8 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index a8f9a86..495b46a 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef BASIC_WEB_SERVER_H

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
index 17a4a3f..8a7ed8a 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
index 6a27580..4a20414 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
index dc9b67b..ec2651c 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 7adc79a..9738092 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index e46e2ba..f9b3473 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
index ede1f98..f81620b 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
index 0538090..d3ab0a4 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef USB_CDC_H

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index f8a7f00..209d8b7 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index 5f56760..2b3c382 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index 25d1adc..d91f71a 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Descriptor type definitions. */

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
index 24b4e38..a0e220f 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index fc067a1..ca40074 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
index e20c355..4527287 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/main.c b/FreeRTOS/Demo/msp430_CrossWorks/main.c
index 92b554e..5b361f2 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/main.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
index c908c29..0eb1c44 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
index 62b00b2..841ad5c 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
index 1bf64bc..c0b496a 100644
--- a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
index 4f50882..c223507 100644
--- a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/msp430_GCC/main.c b/FreeRTOS/Demo/msp430_GCC/main.c
index f0bc985..b3e2ea3 100644
--- a/FreeRTOS/Demo/msp430_GCC/main.c
+++ b/FreeRTOS/Demo/msp430_GCC/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/msp430_GCC/serial/serial.c b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
index 0aec438..c3de190 100644
--- a/FreeRTOS/Demo/msp430_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
index c608d26..04a8fd8 100644
--- a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
index 4ea3994..4dd9233 100644
--- a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Demo/msp430_IAR/main.c b/FreeRTOS/Demo/msp430_IAR/main.c
index beb23c3..c6624e6 100644
--- a/FreeRTOS/Demo/msp430_IAR/main.c
+++ b/FreeRTOS/Demo/msp430_IAR/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serial.c b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
index 2631505..c096781 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43 b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
index 4061cfc..e7bf97e 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
index e661b50..f5a1556 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 		RSEG ICODE:CODE

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
index 09ce56b..450f026 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index 3f65a7b..f04d565 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index d5a5f45..b8855e2 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
index 8c2b195..bcaeeff 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 454c70f..272b4cc 100644
--- a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
index 04d9c75..4efb6ac 100644
--- a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Source/croutine.c b/FreeRTOS/Source/croutine.c
index c20ef49..207b5c1 100644
--- a/FreeRTOS/Source/croutine.c
+++ b/FreeRTOS/Source/croutine.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Source/include/FreeRTOS.h b/FreeRTOS/Source/include/FreeRTOS.h
index 2f3d16a..d968e1b 100644
--- a/FreeRTOS/Source/include/FreeRTOS.h
+++ b/FreeRTOS/Source/include/FreeRTOS.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef INC_FREERTOS_H

@@ -308,6 +298,22 @@
 	#define traceTASK_SWITCHED_IN()

 #endif

 

+#ifndef traceINCREASE_TICK_COUNT

+	/* Called before stepping the tick count after waking from tickless idle

+	sleep. */

+	#define traceINCREASE_TICK_COUNT( x )

+#endif

+

+#ifndef traceLOW_POWER_IDLE_BEGIN

+	/* Called immediately before entering tickless idle. */

+	#define traceLOW_POWER_IDLE_BEGIN()

+#endif

+

+#ifndef	traceLOW_POWER_IDLE_END

+	/* Called when returning to the Idle task after a tickless idle. */

+	#define traceLOW_POWER_IDLE_END()

+#endif

+

 #ifndef traceTASK_SWITCHED_OUT

 	/* Called before a task has been selected to run.  pxCurrentTCB holds a pointer

 	to the task control block of the task being switched out. */

diff --git a/FreeRTOS/Source/include/StackMacros.h b/FreeRTOS/Source/include/StackMacros.h
index 81d25f4..0501e7d 100644
--- a/FreeRTOS/Source/include/StackMacros.h
+++ b/FreeRTOS/Source/include/StackMacros.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef STACK_MACROS_H

diff --git a/FreeRTOS/Source/include/croutine.h b/FreeRTOS/Source/include/croutine.h
index 3269f63..5d5736d 100644
--- a/FreeRTOS/Source/include/croutine.h
+++ b/FreeRTOS/Source/include/croutine.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef CO_ROUTINE_H

diff --git a/FreeRTOS/Source/include/list.h b/FreeRTOS/Source/include/list.h
index d95977f..7512fc4 100644
--- a/FreeRTOS/Source/include/list.h
+++ b/FreeRTOS/Source/include/list.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/include/mpu_wrappers.h b/FreeRTOS/Source/include/mpu_wrappers.h
index e663d4e..dcc1f3b 100644
--- a/FreeRTOS/Source/include/mpu_wrappers.h
+++ b/FreeRTOS/Source/include/mpu_wrappers.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef MPU_WRAPPERS_H

diff --git a/FreeRTOS/Source/include/portable.h b/FreeRTOS/Source/include/portable.h
index 5ad5617..7ea08f2 100644
--- a/FreeRTOS/Source/include/portable.h
+++ b/FreeRTOS/Source/include/portable.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/include/projdefs.h b/FreeRTOS/Source/include/projdefs.h
index 4dfb05d..49731c5 100644
--- a/FreeRTOS/Source/include/projdefs.h
+++ b/FreeRTOS/Source/include/projdefs.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PROJDEFS_H

diff --git a/FreeRTOS/Source/include/queue.h b/FreeRTOS/Source/include/queue.h
index 07bb6d6..50110f9 100644
--- a/FreeRTOS/Source/include/queue.h
+++ b/FreeRTOS/Source/include/queue.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/include/semphr.h b/FreeRTOS/Source/include/semphr.h
index 47721fa..88e69dc 100644
--- a/FreeRTOS/Source/include/semphr.h
+++ b/FreeRTOS/Source/include/semphr.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef SEMAPHORE_H

diff --git a/FreeRTOS/Source/include/task.h b/FreeRTOS/Source/include/task.h
index c1612be..19d2f51 100644
--- a/FreeRTOS/Source/include/task.h
+++ b/FreeRTOS/Source/include/task.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

@@ -90,7 +80,7 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V7.4.2"

+#define tskKERNEL_VERSION_NUMBER "V7.5.0"

 

 /**

  * task. h

diff --git a/FreeRTOS/Source/include/timers.h b/FreeRTOS/Source/include/timers.h
index 096105c..9548550 100644
--- a/FreeRTOS/Source/include/timers.h
+++ b/FreeRTOS/Source/include/timers.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/list.c b/FreeRTOS/Source/list.c
index 9eb7eef..7584a00 100644
--- a/FreeRTOS/Source/list.c
+++ b/FreeRTOS/Source/list.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 6d7effb..ab8b02b 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 0f24698..8e750ca 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
index 4e9f865..c0e4772 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 0d9eac9..e635df8 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
index 083e9ce..18152fc 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORT_ASM_H

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
index 3ca2120..fb808cd 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
index 7aab15e..e588d67 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
index 71753c8..211a41c 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef __PORTMACRO_H__

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/port.c b/FreeRTOS/Source/portable/CCS/MSP430X/port.c
index e26ffb8..f9825a2 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h b/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
index f91feae..b257a98 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
index b048b53..f40b705 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index dcc4d27..99f8fb7 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index 89a6c09..976814e 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
index d332d1a..7664529 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 6d8701a..7cf68a2 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index f9ccaa5..033f2a4 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
index 5dd8a8e..199584d 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
index 020d767..534ee8c 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 7a749df..fb70eb4 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index ef503e6..ecfc442 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 4750151..7fe0e05 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index 16c120f..1ba9456 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 7eed834..da0090f 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index b3ec030..bfc927a 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
index 4ddb077..d2c839e 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
index c46286a..1cace15 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 293686d..5cbad09 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
index a08b521..a73b3f9 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 004010d..9653b63 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index a72bd8f..cbcc19b 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
index d0540db..eb2b76e 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
index 4293cbd..208b7dd 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
index a3d652f..20feca1 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
index 6629472..d09bcb8 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
index 2c8e78a..748b67b 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index a313a64..4cf5425 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
index 7cb0689..7051e8d 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
index 60ff58a..5e0b180 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/port.c b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
index 29f40d4..78999dd 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
index b79c735..87076ae 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
index 43cbc4b..fec7423 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,50 +13,39 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -69,21 +58,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
index fc1e448..fa81f51 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,50 +13,39 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -69,21 +58,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
index bfed693..7e91ce8 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
index adb0682..ce0ddf1 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
index 414c8d4..21b1919 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
index 7f8fdf5..a4bcc36 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
index 5b371c4..89b3e79 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/port.c b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
index d304992..3ad1bdc 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/port.c
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
index eb5c5b4..5236321 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/HCS12/port.c b/FreeRTOS/Source/portable/GCC/HCS12/port.c
index c551de1..467b9c2 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/port.c
+++ b/FreeRTOS/Source/portable/GCC/HCS12/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* GCC/HCS12 port by Jefferson L Smith, 2005 */

diff --git a/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h b/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
index 8d9dd97..b5781ab 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
index 3c7d94d..462d1dd 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
index c4136ee..0ad3eb9 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
index 4d796f7..fc37d23 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
index da8fd73..5709eb7 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 	.extern pxCurrentTCB

 	.extern vTaskISRHandler

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
index c452106..9e19803 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
index d85a428..0d40749 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
index b644cae..c8c296a 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
index 9403227..e93d595 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
index c6f55fa..f93aa8b 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port.c b/FreeRTOS/Source/portable/GCC/NiosII/port.c
index c5f1279..c5c3dfe 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port.c
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
index ef26083..32d596f 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 .extern		vTaskSwitchContext

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
index ddaf34f..9c06805 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index 7f429e6..2378a26 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* When switching out a task, if the task tag contains a buffer address then

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
index 121dc94..d8eb398 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
index ee686a3..6bb361a 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index cd809cb..24fef15 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index 7f429e6..2378a26 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* When switching out a task, if the task tag contains a buffer address then

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
index 5e73616..6a412d9 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
index ee686a3..6bb361a 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index cd809cb..24fef15 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/RX100/port.c b/FreeRTOS/Source/portable/GCC/RX100/port.c
index dbd8a5b..bc3e8ea 100644
--- a/FreeRTOS/Source/portable/GCC/RX100/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX100/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/RX100/portmacro.h b/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
index 3313b65..a4cb930 100644
--- a/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/RX600/port.c b/FreeRTOS/Source/portable/GCC/RX600/port.c
index dc41b61..9ca0a50 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX600/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
index e2d7480..a5ad9a4 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/port.c b/FreeRTOS/Source/portable/GCC/STR75x/port.c
index 59806a3..ea2626f 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/port.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
index dd1b9b5..b240954 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
index 98c359f..b4e5c9c 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
index f66016e..6fc6f7b 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
index 9448ea6..3db18a5 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
index 943fb1f..75aca6c 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Kernel includes. */

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/port.c b/FreeRTOS/Source/portable/IAR/78K0R/port.c
index 4affcb6..f294998 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/port.c
+++ b/FreeRTOS/Source/portable/IAR/78K0R/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h b/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
index afab68c..c22cfd2 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c b/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
index bca0137..72fcef2 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

@@ -227,7 +217,7 @@
 	pxTopOfStack--;

 

 	/* Next all the registers other than the stack pointer. */

-	*pxTopOfStack = ( portSTACK_TYPE ) 0xaaaaaaaa;	/* R14 */

+	*pxTopOfStack = ( portSTACK_TYPE ) 0x00000000;	/* R14 */

 	pxTopOfStack--;

 	*pxTopOfStack = ( portSTACK_TYPE ) 0x12121212;	/* R12 */

 	pxTopOfStack--;

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
index 5b24b89..53b4490 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
index c5a1ff0..7814f45 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
index 9fe6a62..09b9cd3 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <FreeRTOSConfig.h>

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
index 1b2e123..375ce60 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
index c8fbfde..5fa3b9d 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
index 9163718..e06481b 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <FreeRTOSConfig.h>

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
index b356829..d6581db 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
index e5a3658..7c60803 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
index f7cd033..7c9fa15 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <FreeRTOSConfig.h>

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
index 9b07989..77078b7 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/port.c b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
index e8015c1..e3ca114 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <stdlib.h>

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
index 74e2ff4..f8a9234 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c b/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
index c83d638..9068c96 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,50 +13,39 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -69,21 +58,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
index 08278d0..0eefc84 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,50 +13,39 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -69,21 +58,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
index 9074297..75b6f30 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index 9f7c217..0158cde 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
index f87e451..b62836f 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index c9627f9..71b6bc4 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/port.c b/FreeRTOS/Source/portable/IAR/LPC2000/port.c
index 97259e4..9a1d41d 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/port.c
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h b/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
index 4b186d0..4a8e3a0 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/port.c b/FreeRTOS/Source/portable/IAR/MSP430/port.c
index 3ce3cce..04637c1 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
index d0b7b36..9115103 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTASM_H

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
index 14a5be2..adb512d 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 #include "FreeRTOSConfig.h"

 #include "portasm.h"

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h b/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
index 5558dbe..c415bef 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
index ffe69b7..82f8a38 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef DATA_MODEL_H

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/port.c b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
index a88dda2..cb2a53d 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
index a49f8e5..6515440 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 #include "msp430.h"

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h b/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
index 74175fb..d5ea422 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/IAR/RL78/port.c b/FreeRTOS/Source/portable/IAR/RL78/port.c
index 4278987..e2966fc 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/port.c
+++ b/FreeRTOS/Source/portable/IAR/RL78/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/IAR/RL78/portmacro.h b/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
index bb303d6..bf196d3 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/IAR/RX100/port.c b/FreeRTOS/Source/portable/IAR/RX100/port.c
index 21fb160..ee182ca 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/port.c
+++ b/FreeRTOS/Source/portable/IAR/RX100/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/RX100/port_asm.s b/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
index 296ffad..dad2a4b 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "PriorityDefinitions.h"

diff --git a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
index 37a51a9..9516579 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port.c b/FreeRTOS/Source/portable/IAR/RX600/port.c
index 0306bb7..a838dcb 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port.c
+++ b/FreeRTOS/Source/portable/IAR/RX600/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
index c66a2b1..67907c6 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "PriorityDefinitions.h"

diff --git a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
index 9e8f955..a23d8b3 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/port.c b/FreeRTOS/Source/portable/IAR/STR71x/port.c
index 2218b56..abe8156 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR71x/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
index 90e1cf6..59b3923 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/port.c b/FreeRTOS/Source/portable/IAR/STR75x/port.c
index 7f2f49f..a7c5de5 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR75x/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
index 214a4f8..50e5ef2 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
index a82af8e..8b1a95d 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 	EXTERN pxCurrentTCB

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/port.c b/FreeRTOS/Source/portable/IAR/STR91x/port.c
index 6be44ea..a9ad232 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR91x/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
index 3327466..016af58 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 		RSEG ICODE:CODE

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
index ea39976..b10bfa1 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
index 4e74859..bd232af 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 	EXTERN pxCurrentTCB

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/port.c b/FreeRTOS/Source/portable/IAR/V850ES/port.c
index 5d64ed2..8a0dabd 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/port.c
+++ b/FreeRTOS/Source/portable/IAR/V850ES/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h b/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
index 1ca9f3c..9d5c8f3 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
index 44d540e..c056bb9 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
index 1397813..99f1a93 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 8e14b87..66c6dd1 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 738c7d2..1a9ff0a 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #if defined( __PIC24E__ ) || defined ( __PIC24F__ ) || defined( __PIC24FK__ ) || defined( __PIC24H__ )

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index f39d203..418a61d 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #if defined( __dsPIC30F__ ) || defined( __dsPIC33F__ )

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 5657c37..43ec49e 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index fa068a7..f0505c8 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
index f43dac7..7006f50 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
index eaf95ab..39678ef 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <p32xxxx.h>

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
index 8332c53..478167d 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/port.c b/FreeRTOS/Source/portable/MSVC-MingW/port.c
index a19858d..692c220 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/port.c
+++ b/FreeRTOS/Source/portable/MSVC-MingW/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
index 491f351..52b3983 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
+++ b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/MemMang/heap_1.c b/FreeRTOS/Source/portable/MemMang/heap_1.c
index a19cc9b..e8edbdf 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_1.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_1.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/MemMang/heap_2.c b/FreeRTOS/Source/portable/MemMang/heap_2.c
index 6317f20..e2c6c7f 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_2.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_2.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/MemMang/heap_3.c b/FreeRTOS/Source/portable/MemMang/heap_3.c
index 53f768f..63a7259 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_3.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_3.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/MemMang/heap_4.c b/FreeRTOS/Source/portable/MemMang/heap_4.c
index d0d35a1..8dbf172 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_4.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_4.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 49577a5..8572391 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index 990e792..d17f4be 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 typedef void tskTCB;

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 9a1de4f..88fba5e 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
index c093e46..934e35b 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
index 0f49121..8910071 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORT_ASM_H

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 342a02b..75e2bbd 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
index a8c8f5d..83a9fe4 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index f349ced..0783ee4 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
index 4737f62..85ccbc3 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

@@ -266,7 +256,7 @@
 	pxTopOfStack--;

 

 	/* Next all the registers other than the stack pointer. */

-	*pxTopOfStack = ( portSTACK_TYPE ) 0xaaaaaaaa;	/* R14 */

+	*pxTopOfStack = ( portSTACK_TYPE ) 0x00000000;	/* R14 */

 	pxTopOfStack--;

 	*pxTopOfStack = ( portSTACK_TYPE ) 0x12121212;	/* R12 */

 	pxTopOfStack--;

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
index b60743d..dc276fb 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
index 8311f94..9e0f400 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

@@ -192,7 +182,7 @@
  */

 #if ( configASSERT_DEFINED == 1 )

 	 static unsigned char ucMaxSysCallPriority = 0;

-	 static const volatile unsigned char * const pcInterruptPriorityRegisters = ( const volatile unsigned char * const ) portNVIC_IP_REGISTERS_OFFSET_16;

+	 static const volatile unsigned char * const pcInterruptPriorityRegisters = ( unsigned char * ) portNVIC_IP_REGISTERS_OFFSET_16;

 #endif /* configASSERT_DEFINED */

 

 /*-----------------------------------------------------------*/

@@ -260,7 +250,7 @@
 	#if( configASSERT_DEFINED == 1 )

 	{

 		volatile unsigned long ulOriginalPriority;

-		volatile char * const pcFirstUserPriorityRegister = ( volatile char * const ) ( portNVIC_IP_REGISTERS_OFFSET_16 + portFIRST_USER_INTERRUPT_NUMBER );

+		volatile char * const pcFirstUserPriorityRegister = ( char * ) ( portNVIC_IP_REGISTERS_OFFSET_16 + portFIRST_USER_INTERRUPT_NUMBER );

 

 		/* Determine the maximum priority from which ISR safe FreeRTOS API

 		functions can be called.  ISR safe functions are those that end in

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
index cabc208..c10e2da 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
index 1877f9a..f501b8a 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
index 7004a95..8579533 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/port.c b/FreeRTOS/Source/portable/Renesas/RX100/port.c
index 06edb0e..30829e3 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX100/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
index ae9d941..6b230d1 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/port.c b/FreeRTOS/Source/portable/Renesas/RX200/port.c
index 896f1ae..567031d 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX200/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
index b6030cc..ed71600 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/port.c b/FreeRTOS/Source/portable/Renesas/RX600/port.c
index cb87926..57c3f7c 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX600/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
index b6fe7bc..6637dee 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
index d9a8b0b..aa35437 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
index f90d0e6..05c3e0b 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
index d55b817..3bc60af 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Scheduler includes. */

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
index 0340925..53c4094 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORT_ASM_H

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
index 2a16fd9..0e04050 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOSConfig.h"

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
index 70ac67a..222b9d5 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
index d087f4a..d0b98bd 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
index 11367c9..d18778c 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/port.c b/FreeRTOS/Source/portable/Softune/MB91460/port.c
index 12cef3d..0c6e473 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB91460/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
index 1873703..eb837c4 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/port.c b/FreeRTOS/Source/portable/Softune/MB96340/port.c
index f902514..5bd625f 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB96340/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include "FreeRTOS.h"

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
index a83c946..0fd7cc0 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
index cdadbe1..1fc9822 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*-----------------------------------------------------------

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
index c6313b2..72bed29 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index d1e9af1..8fc6b16 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 9dabd62..3d592ef 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h b/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
index e6af9e5..661ffc1 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/port.c b/FreeRTOS/Source/portable/WizC/PIC18/port.c
index 16db426..49ab741 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/port.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
index d864d51..d5cc850 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* 

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 051aaaf..1883e9d 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 5182c33..286f0bb 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
index d6557ef..ab0552f 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 32ea92f..d14370d 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef PORTMACRO_H

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
index f2b5102..0cba88f 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 typedef void tskTCB;

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 000d6a3..e638a9d 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Source/queue.c b/FreeRTOS/Source/queue.c
index 8968ddf..c587b14 100644
--- a/FreeRTOS/Source/queue.c
+++ b/FreeRTOS/Source/queue.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #include <stdlib.h>

diff --git a/FreeRTOS/Source/tasks.c b/FreeRTOS/Source/tasks.c
index a851af0..a680aab 100644
--- a/FreeRTOS/Source/tasks.c
+++ b/FreeRTOS/Source/tasks.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */

@@ -647,13 +637,6 @@
 

 		taskENTER_CRITICAL();

 		{

-			/* Ensure a yield is performed if the current task is being

-			deleted. */

-			if( xTaskToDelete == pxCurrentTCB )

-			{

-				xTaskToDelete = NULL;

-			}

-

 			/* If null is passed in here then we are deleting ourselves. */

 			pxTCB = prvGetTCBFromHandle( xTaskToDelete );

 

@@ -690,7 +673,7 @@
 		/* Force a reschedule if we have just deleted the current task. */

 		if( xSchedulerRunning != pdFALSE )

 		{

-			if( ( void * ) xTaskToDelete ==  NULL ) /*lint !e961 MISRA exception as this is not a redundant cast when used with some supported compilers. */

+			if( pxTCB == pxCurrentTCB )

 			{

 				portYIELD_WITHIN_API();

 			}

@@ -915,7 +898,7 @@
 	void vTaskPrioritySet( xTaskHandle xTask, unsigned portBASE_TYPE uxNewPriority )

 	{

 	tskTCB *pxTCB;

-	unsigned portBASE_TYPE uxCurrentPriority, uxPriorityUsedOnEntry;

+	unsigned portBASE_TYPE uxCurrentBasePriority, uxPriorityUsedOnEntry;

 	portBASE_TYPE xYieldRequired = pdFALSE;

 

 		configASSERT( ( uxNewPriority < configMAX_PRIORITIES ) );

@@ -928,51 +911,57 @@
 

 		taskENTER_CRITICAL();

 		{

-			if( xTask == ( xTaskHandle ) pxCurrentTCB )

-			{

-				xTask = NULL;

-			}

-

-			/* If null is passed in here then we are changing the

-			priority of the calling function. */

+			/* If null is passed in here then it is the priority of the calling

+			task that is being changed. */

 			pxTCB = prvGetTCBFromHandle( xTask );

 

 			traceTASK_PRIORITY_SET( pxTCB, uxNewPriority );

 

 			#if ( configUSE_MUTEXES == 1 )

 			{

-				uxCurrentPriority = pxTCB->uxBasePriority;

+				uxCurrentBasePriority = pxTCB->uxBasePriority;

 			}

 			#else

 			{

-				uxCurrentPriority = pxTCB->uxPriority;

+				uxCurrentBasePriority = pxTCB->uxPriority;

 			}

 			#endif

 

-			if( uxCurrentPriority != uxNewPriority )

+			if( uxCurrentBasePriority != uxNewPriority )

 			{

 				/* The priority change may have readied a task of higher

 				priority than the calling task. */

-				if( uxNewPriority > uxCurrentPriority )

+				if( uxNewPriority > uxCurrentBasePriority )

 				{

-					if( xTask != NULL )

+					if( pxTCB != pxCurrentTCB )

 					{

-						/* The priority of another task is being raised.  If we

-						were raising the priority of the currently running task

-						there would be no need to switch as it must have already

-						been the highest priority task. */

-						xYieldRequired = pdTRUE;

+						/* The priority of a task other than the currently

+						running task is being raised.  Is the priority being

+						raised above that of the running task? */

+						if( uxNewPriority >= pxCurrentTCB->uxPriority )

+						{							

+							xYieldRequired = pdTRUE;

+						}

+					}

+					else

+					{

+						/* The priority of the running task is being raised,

+						but the running task must already be the highest

+						priority task able to run so no yield is required. */

 					}

 				}

-				else if( xTask == NULL )

+				else if( pxTCB == pxCurrentTCB )

 				{

-					/* Setting our own priority down means there may now be another

-					task of higher priority that is ready to execute. */

+					/* Setting the priority of the running task down means 

+					there may now be another task of higher priority that 

+					is ready to execute. */

 					xYieldRequired = pdTRUE;

 				}

 				else

 				{

-					/* Yield not required. */

+					/* Setting the priority of any other task down does not

+					require a yield as the running task must be above the

+					new priority of the task being modified. */

 				}

 

 				/* Remember the ready list the task might be referenced from

@@ -1003,15 +992,18 @@
 				/* If the task is in the blocked or suspended list we need do

 				nothing more than change it's priority variable. However, if

 				the task is in a ready list it needs to be removed and placed

-				in the queue appropriate to its new priority. */

-				if( listIS_CONTAINED_WITHIN( &( pxReadyTasksLists[ uxCurrentPriority ] ), &( pxTCB->xGenericListItem ) ) != pdFALSE )

+				in the list appropriate to its new priority. */

+				if( listIS_CONTAINED_WITHIN( &( pxReadyTasksLists[ uxPriorityUsedOnEntry ] ), &( pxTCB->xGenericListItem ) ) != pdFALSE )

 				{

 					/* The task is currently in its ready list - remove before adding

 					it to it's new ready list.  As we are in a critical section we

 					can do this even if the scheduler is suspended. */

 					if( uxListRemove( &( pxTCB->xGenericListItem ) ) == ( unsigned portBASE_TYPE ) 0 )

 					{

-						taskRESET_READY_PRIORITY( uxPriorityUsedOnEntry );

+						/* It is known that the task is in its ready list so

+						there is no need to check again and the port level

+						reset macro can be called directly. */

+						portRESET_READY_PRIORITY( uxPriorityUsedOnEntry, uxTopReadyPriority );

 					}

 					prvAddTaskToReadyList( pxTCB );

 				}

@@ -1040,14 +1032,8 @@
 

 		taskENTER_CRITICAL();

 		{

-			/* Ensure a yield is performed if the current task is being

-			suspended. */

-			if( xTaskToSuspend == ( xTaskHandle ) pxCurrentTCB )

-			{

-				xTaskToSuspend = NULL;

-			}

-

-			/* If null is passed in here then we are suspending ourselves. */

+			/* If null is passed in here then it is the running task that is

+			being suspended. */

 			pxTCB = prvGetTCBFromHandle( xTaskToSuspend );

 

 			traceTASK_SUSPEND( pxTCB );

@@ -1068,11 +1054,11 @@
 		}

 		taskEXIT_CRITICAL();

 

-		if( ( void * ) xTaskToSuspend == NULL ) /*lint !e961 MISRA exception justified because it is not a redundant cast for some supported compilers. */

+		if( pxTCB == pxCurrentTCB )

 		{

 			if( xSchedulerRunning != pdFALSE )

 			{

-				/* We have just suspended the current task. */

+				/* The current task has just been suspended. */

 				portYIELD_WITHIN_API();

 			}

 			else

@@ -1576,6 +1562,7 @@
 		each stepped tick. */

 		configASSERT( ( xTickCount + xTicksToJump ) <= xNextTaskUnblockTime );

 		xTickCount += xTicksToJump;

+		traceINCREASE_TICK_COUNT( xTicksToJump );

 	}

 

 #endif /* configUSE_TICKLESS_IDLE */

@@ -2190,7 +2177,9 @@
 

 					if( xExpectedIdleTime >= configEXPECTED_IDLE_TIME_BEFORE_SLEEP )

 					{

+						traceLOW_POWER_IDLE_BEGIN();

 						portSUPPRESS_TICKS_AND_SLEEP( xExpectedIdleTime );

+						traceLOW_POWER_IDLE_END();

 					}

 				}

 				xTaskResumeAll();

@@ -2332,11 +2321,6 @@
 	{

 	tskTCB *pxTCB;

 

-		if( xTaskToModify == pxCurrentTCB )

-		{

-			xTaskToModify = NULL;

-		}

-

 		/* If null is passed in here then we are deleting ourselves. */

 		pxTCB = prvGetTCBFromHandle( xTaskToModify );

 

diff --git a/FreeRTOS/Source/timers.c b/FreeRTOS/Source/timers.c
index 8222ebb..5568df2 100644
--- a/FreeRTOS/Source/timers.c
+++ b/FreeRTOS/Source/timers.c
@@ -1,48 +1,37 @@
 /*

-    FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.

+    FreeRTOS V7.5.0 - Copyright (C) 2013 Real Time Engineers Ltd.

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     ***************************************************************************

      *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that has become a de facto standard.             *

      *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

+     *    Help yourself get started quickly and support the FreeRTOS         *

+     *    project by purchasing a FreeRTOS tutorial book, reference          *

+     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

      *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

+     *    Thank you!                                                         *

      *                                                                       *

     ***************************************************************************

 

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>! NOTE: The modification to the GPL is included to allow you to distribute

+    >>! a combined work that includes FreeRTOS without being obliged to provide

+    >>! the source code for proprietary components outside of the FreeRTOS

+    >>! kernel.

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not it can be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

@@ -55,21 +44,22 @@
      *                                                                       *

     ***************************************************************************

 

-

-    http://www.FreeRTOS.org - Documentation, books, training, latest versions, 

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High 

-    Integrity Systems, who sell the code with commercial support, 

-    indemnification and middleware, under the OpenRTOS brand.

-    

-    http://www.SafeRTOS.com - High Integrity Systems also provide a safety 

-    engineered and independently SIL3 certified version for use in safety and 

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* Standard includes. */